Shades of Pale Magenta #F088E3
Tints of Pale Magenta #F088E3
RGB
CMYK
RGB Variations
Color information
#F088E3 (or 0xF088E3) is known color: Pale Magenta. HEX triplet: F0, 88 and E3. RGB value is (240,136,227). Sum of RGB (Red+Green+Blue) = 240+136+227=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 136 (53.52% from 255 or 22.55% from 603); Blue value is 227 (89.06% from 255 or 37.65% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F088E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088E3 is #0F771C. Grayscale: #B1B1B1. Windows color (decimal): -1013533 or 14911728. OLE color: 14911728.
HSL color Cylindrical-coordinate representation of color #F088E3: hue angle of 307.5º 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 #F088E3 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 227 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.06 |
| HSL | 307.5º | 0.78% | 0.74% | - |
| HSV(B) | 307.5º | 0.43% | 0.94% | - |
| XYZ | 58.6 | 41.68 | 77.63 | - |
| YUV | 177.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 227 | 0 | 0.43 | 0.05 | 0.06 | 307.5 | 0.78 | 0.74 |
| Hex | F0 | 88 | E3 | 0 | 2B | 5 | 6 | 134 | 4E | 4A |
| Octal | 360 | 210 | 343 | 0 | 53 | 5 | 6 | 464 | 116 | 112 |
| Binary | 11110000 | 10001000 | 11100011 | 0 | 101011 | 101 | 110 | 100110100 | 1001110 | 1001010 |
Color Harmonies of #F088E3
Complementary color
Monochromatic Colors of #F088E3
Black with #F088E3
Text Example
Text Example
White with #F088E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088E3; }
p { color: rgb(240,136,227); }
H1.HeaderClassName
{
color: #F088E3;
}
.AnyTagClassName
{
color: #F088E3;
}
</style>
background-color css
<style>
a { background-color: #F088E3; }
a { background-color: rgb(240,136,227); }
div.DivClassName
{
background-color: #F088E3;
}
.BgClassName
{
background-color: #F088E3;
}
</style>
border-color css
<style>
span { border-color: #F088E3; }
span { border-color: rgb(240,136,227); }
td.TdClassName
{
border-color: #F088E3;
}
.TagClassName
{
border-color: #F088E3;
}
</style>