Shades of Pale Magenta #F08BD6
Tints of Pale Magenta #F08BD6
RGB
CMYK
RGB Variations
Color information
#F08BD6 (or 0xF08BD6) is known color: Pale Magenta. HEX triplet: F0, 8B and D6. RGB value is (240,139,214). Sum of RGB (Red+Green+Blue) = 240+139+214=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08BD6 is #0F7429. Grayscale: #B1B1B1. Windows color (decimal): -1012778 or 14060528. OLE color: 14060528.
HSL color Cylindrical-coordinate representation of color #F08BD6: hue angle of 315.45º 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 #F08BD6 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 214 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.06 |
| HSL | 315.45º | 0.77% | 0.74% | - |
| HSV(B) | 315.45º | 0.42% | 0.94% | - |
| XYZ | 57.31 | 41.85 | 68.68 | - |
| YUV | 177.75 | 148.46 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 214 | 0 | 0.42 | 0.11 | 0.06 | 315.45 | 0.77 | 0.74 |
| Hex | F0 | 8B | D6 | 0 | 2A | B | 6 | 13B | 4D | 4A |
| Octal | 360 | 213 | 326 | 0 | 52 | 13 | 6 | 473 | 115 | 112 |
| Binary | 11110000 | 10001011 | 11010110 | 0 | 101010 | 1011 | 110 | 100111011 | 1001101 | 1001010 |
Color Harmonies of #F08BD6
Complementary color
Monochromatic Colors of #F08BD6
Black with #F08BD6
Text Example
Text Example
White with #F08BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BD6; }
p { color: rgb(240,139,214); }
H1.HeaderClassName
{
color: #F08BD6;
}
.AnyTagClassName
{
color: #F08BD6;
}
</style>
background-color css
<style>
a { background-color: #F08BD6; }
a { background-color: rgb(240,139,214); }
div.DivClassName
{
background-color: #F08BD6;
}
.BgClassName
{
background-color: #F08BD6;
}
</style>
border-color css
<style>
span { border-color: #F08BD6; }
span { border-color: rgb(240,139,214); }
td.TdClassName
{
border-color: #F08BD6;
}
.TagClassName
{
border-color: #F08BD6;
}
</style>