Shades of Pale Magenta #F088D7
Tints of Pale Magenta #F088D7
RGB
CMYK
RGB Variations
Color information
#F088D7 (or 0xF088D7) is known color: Pale Magenta. HEX triplet: F0, 88 and D7. RGB value is (240,136,215). Sum of RGB (Red+Green+Blue) = 240+136+215=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 136 (53.52% from 255 or 23.01% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F088D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088D7 is #0F7728. Grayscale: #AFAFAF. Windows color (decimal): -1013545 or 14125296. OLE color: 14125296.
HSL color Cylindrical-coordinate representation of color #F088D7: hue angle of 314.42º 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 #F088D7 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 215 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.06 |
| HSL | 314.42º | 0.78% | 0.74% | - |
| HSV(B) | 314.42º | 0.43% | 0.94% | - |
| XYZ | 57.01 | 41.04 | 69.21 | - |
| YUV | 176.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 215 | 0 | 0.43 | 0.10 | 0.06 | 314.42 | 0.78 | 0.74 |
| Hex | F0 | 88 | D7 | 0 | 2B | A | 6 | 13A | 4E | 4A |
| Octal | 360 | 210 | 327 | 0 | 53 | 12 | 6 | 472 | 116 | 112 |
| Binary | 11110000 | 10001000 | 11010111 | 0 | 101011 | 1010 | 110 | 100111010 | 1001110 | 1001010 |
Color Harmonies of #F088D7
Complementary color
Monochromatic Colors of #F088D7
Black with #F088D7
Text Example
Text Example
White with #F088D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088D7; }
p { color: rgb(240,136,215); }
H1.HeaderClassName
{
color: #F088D7;
}
.AnyTagClassName
{
color: #F088D7;
}
</style>
background-color css
<style>
a { background-color: #F088D7; }
a { background-color: rgb(240,136,215); }
div.DivClassName
{
background-color: #F088D7;
}
.BgClassName
{
background-color: #F088D7;
}
</style>
border-color css
<style>
span { border-color: #F088D7; }
span { border-color: rgb(240,136,215); }
td.TdClassName
{
border-color: #F088D7;
}
.TagClassName
{
border-color: #F088D7;
}
</style>