Shades of Pale Magenta #F088D4
Tints of Pale Magenta #F088D4
RGB
CMYK
RGB Variations
Color information
#F088D4 (or 0xF088D4) is known color: Pale Magenta. HEX triplet: F0, 88 and D4. RGB value is (240,136,212). Sum of RGB (Red+Green+Blue) = 240+136+212=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 136 (53.52% from 255 or 23.13% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F088D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088D4 is #0F772B. Grayscale: #AFAFAF. Windows color (decimal): -1013548 or 13928688. OLE color: 13928688.
HSL color Cylindrical-coordinate representation of color #F088D4: hue angle of 316.15º 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 #F088D4 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 212 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.06 |
| HSL | 316.15º | 0.78% | 0.74% | - |
| HSV(B) | 316.15º | 0.43% | 0.94% | - |
| XYZ | 56.62 | 40.89 | 67.19 | - |
| YUV | 175.76 | 148.46 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 212 | 0 | 0.43 | 0.12 | 0.06 | 316.15 | 0.78 | 0.74 |
| Hex | F0 | 88 | D4 | 0 | 2B | C | 6 | 13C | 4E | 4A |
| Octal | 360 | 210 | 324 | 0 | 53 | 14 | 6 | 474 | 116 | 112 |
| Binary | 11110000 | 10001000 | 11010100 | 0 | 101011 | 1100 | 110 | 100111100 | 1001110 | 1001010 |
Color Harmonies of #F088D4
Complementary color
Monochromatic Colors of #F088D4
Black with #F088D4
Text Example
Text Example
White with #F088D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088D4; }
p { color: rgb(240,136,212); }
H1.HeaderClassName
{
color: #F088D4;
}
.AnyTagClassName
{
color: #F088D4;
}
</style>
background-color css
<style>
a { background-color: #F088D4; }
a { background-color: rgb(240,136,212); }
div.DivClassName
{
background-color: #F088D4;
}
.BgClassName
{
background-color: #F088D4;
}
</style>
border-color css
<style>
span { border-color: #F088D4; }
span { border-color: rgb(240,136,212); }
td.TdClassName
{
border-color: #F088D4;
}
.TagClassName
{
border-color: #F088D4;
}
</style>