Shades of Pale Magenta #F08BDF
Tints of Pale Magenta #F08BDF
RGB
CMYK
RGB Variations
Color information
#F08BDF (or 0xF08BDF) is known color: Pale Magenta. HEX triplet: F0, 8B and DF. RGB value is (240,139,223). Sum of RGB (Red+Green+Blue) = 240+139+223=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 139 (54.69% from 255 or 23.09% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08BDF is #0F7420. Grayscale: #B2B2B2. Windows color (decimal): -1012769 or 14650352. OLE color: 14650352.
HSL color Cylindrical-coordinate representation of color #F08BDF: hue angle of 310.1º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08BDF is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 223 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.06 |
| HSL | 310.1º | 0.77% | 0.74% | - |
| HSV(B) | 310.1º | 0.42% | 0.94% | - |
| XYZ | 58.49 | 42.32 | 74.9 | - |
| YUV | 178.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 223 | 0 | 0.42 | 0.07 | 0.06 | 310.1 | 0.77 | 0.74 |
| Hex | F0 | 8B | DF | 0 | 2A | 7 | 6 | 136 | 4D | 4A |
| Octal | 360 | 213 | 337 | 0 | 52 | 7 | 6 | 466 | 115 | 112 |
| Binary | 11110000 | 10001011 | 11011111 | 0 | 101010 | 111 | 110 | 100110110 | 1001101 | 1001010 |
Color Harmonies of #F08BDF
Complementary color
Monochromatic Colors of #F08BDF
Black with #F08BDF
Text Example
Text Example
White with #F08BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BDF; }
p { color: rgb(240,139,223); }
H1.HeaderClassName
{
color: #F08BDF;
}
.AnyTagClassName
{
color: #F08BDF;
}
</style>
background-color css
<style>
a { background-color: #F08BDF; }
a { background-color: rgb(240,139,223); }
div.DivClassName
{
background-color: #F08BDF;
}
.BgClassName
{
background-color: #F08BDF;
}
</style>
border-color css
<style>
span { border-color: #F08BDF; }
span { border-color: rgb(240,139,223); }
td.TdClassName
{
border-color: #F08BDF;
}
.TagClassName
{
border-color: #F08BDF;
}
</style>