Shades of Pale Magenta #F488EA
Tints of Pale Magenta #F488EA
RGB
CMYK
RGB Variations
Color information
#F488EA (or 0xF488EA) is known color: Pale Magenta. HEX triplet: F4, 88 and EA. RGB value is (244,136,234). Sum of RGB (Red+Green+Blue) = 244+136+234=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 136 (53.52% from 255 or 22.15% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 244 - color contains mainly: red. Hex color #F488EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F488EA is #0B7715. Grayscale: #B3B3B3. Windows color (decimal): -751382 or 15370484. OLE color: 15370484.
HSL color Cylindrical-coordinate representation of color #F488EA: hue angle of 305.56º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F488EA is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 136 | 234 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.04 |
| HSL | 305.56º | 0.83% | 0.75% | - |
| HSV(B) | 305.56º | 0.44% | 0.96% | - |
| XYZ | 60.96 | 42.78 | 82.89 | - |
| YUV | 179.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 136 | 234 | 0 | 0.44 | 0.04 | 0.04 | 305.56 | 0.83 | 0.75 |
| Hex | F4 | 88 | EA | 0 | 2C | 4 | 4 | 132 | 53 | 4B |
| Octal | 364 | 210 | 352 | 0 | 54 | 4 | 4 | 462 | 123 | 113 |
| Binary | 11110100 | 10001000 | 11101010 | 0 | 101100 | 100 | 100 | 100110010 | 1010011 | 1001011 |
Color Harmonies of #F488EA
Complementary color
Monochromatic Colors of #F488EA
Black with #F488EA
Text Example
Text Example
White with #F488EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F488EA; }
p { color: rgb(244,136,234); }
H1.HeaderClassName
{
color: #F488EA;
}
.AnyTagClassName
{
color: #F488EA;
}
</style>
background-color css
<style>
a { background-color: #F488EA; }
a { background-color: rgb(244,136,234); }
div.DivClassName
{
background-color: #F488EA;
}
.BgClassName
{
background-color: #F488EA;
}
</style>
border-color css
<style>
span { border-color: #F488EA; }
span { border-color: rgb(244,136,234); }
td.TdClassName
{
border-color: #F488EA;
}
.TagClassName
{
border-color: #F488EA;
}
</style>