Shades of Pale Magenta #F088D6
Tints of Pale Magenta #F088D6
RGB
CMYK
RGB Variations
Color information
#F088D6 (or 0xF088D6) is known color: Pale Magenta. HEX triplet: F0, 88 and D6. RGB value is (240,136,214). Sum of RGB (Red+Green+Blue) = 240+136+214=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 136 (53.52% from 255 or 23.05% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F088D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088D6 is #0F7729. Grayscale: #AFAFAF. Windows color (decimal): -1013546 or 14059760. OLE color: 14059760.
HSL color Cylindrical-coordinate representation of color #F088D6: hue angle of 315º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F088D6 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 214 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.06 |
| HSL | 315º | 0.78% | 0.74% | - |
| HSV(B) | 315º | 0.43% | 0.94% | - |
| XYZ | 56.88 | 40.99 | 68.53 | - |
| YUV | 175.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 214 | 0 | 0.43 | 0.11 | 0.06 | 315 | 0.78 | 0.74 |
| Hex | F0 | 88 | D6 | 0 | 2B | B | 6 | 13B | 4E | 4A |
| Octal | 360 | 210 | 326 | 0 | 53 | 13 | 6 | 473 | 116 | 112 |
| Binary | 11110000 | 10001000 | 11010110 | 0 | 101011 | 1011 | 110 | 100111011 | 1001110 | 1001010 |
Color Harmonies of #F088D6
Complementary color
Monochromatic Colors of #F088D6
Black with #F088D6
Text Example
Text Example
White with #F088D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088D6; }
p { color: rgb(240,136,214); }
H1.HeaderClassName
{
color: #F088D6;
}
.AnyTagClassName
{
color: #F088D6;
}
</style>
background-color css
<style>
a { background-color: #F088D6; }
a { background-color: rgb(240,136,214); }
div.DivClassName
{
background-color: #F088D6;
}
.BgClassName
{
background-color: #F088D6;
}
</style>
border-color css
<style>
span { border-color: #F088D6; }
span { border-color: rgb(240,136,214); }
td.TdClassName
{
border-color: #F088D6;
}
.TagClassName
{
border-color: #F088D6;
}
</style>