Shades of Pale Magenta #F088E5
Tints of Pale Magenta #F088E5
RGB
CMYK
RGB Variations
Color information
#F088E5 (or 0xF088E5) is known color: Pale Magenta. HEX triplet: F0, 88 and E5. RGB value is (240,136,229). Sum of RGB (Red+Green+Blue) = 240+136+229=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 136 (53.52% from 255 or 22.48% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F088E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088E5 is #0F771A. Grayscale: #B1B1B1. Windows color (decimal): -1013531 or 15042800. OLE color: 15042800.
HSL color Cylindrical-coordinate representation of color #F088E5: hue angle of 306.35º 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 #F088E5 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 229 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.06 |
| HSL | 306.35º | 0.78% | 0.74% | - |
| HSV(B) | 306.35º | 0.43% | 0.94% | - |
| XYZ | 58.88 | 41.79 | 79.09 | - |
| YUV | 177.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 229 | 0 | 0.43 | 0.05 | 0.06 | 306.35 | 0.78 | 0.74 |
| Hex | F0 | 88 | E5 | 0 | 2B | 5 | 6 | 132 | 4E | 4A |
| Octal | 360 | 210 | 345 | 0 | 53 | 5 | 6 | 462 | 116 | 112 |
| Binary | 11110000 | 10001000 | 11100101 | 0 | 101011 | 101 | 110 | 100110010 | 1001110 | 1001010 |
Color Harmonies of #F088E5
Complementary color
Monochromatic Colors of #F088E5
Black with #F088E5
Text Example
Text Example
White with #F088E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088E5; }
p { color: rgb(240,136,229); }
H1.HeaderClassName
{
color: #F088E5;
}
.AnyTagClassName
{
color: #F088E5;
}
</style>
background-color css
<style>
a { background-color: #F088E5; }
a { background-color: rgb(240,136,229); }
div.DivClassName
{
background-color: #F088E5;
}
.BgClassName
{
background-color: #F088E5;
}
</style>
border-color css
<style>
span { border-color: #F088E5; }
span { border-color: rgb(240,136,229); }
td.TdClassName
{
border-color: #F088E5;
}
.TagClassName
{
border-color: #F088E5;
}
</style>