Shades of Pale Magenta #F490EA
Tints of Pale Magenta #F490EA
RGB
CMYK
RGB Variations
Color information
#F490EA (or 0xF490EA) is known color: Pale Magenta. HEX triplet: F4, 90 and EA. RGB value is (244,144,234). Sum of RGB (Red+Green+Blue) = 244+144+234=622 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.23% from 622); Green value is 144 (56.64% from 255 or 23.15% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 244 - color contains mainly: red. Hex color #F490EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F490EA is #0B6F15. Grayscale: #B7B7B7. Windows color (decimal): -749334 or 15372532. OLE color: 15372532.
HSL color Cylindrical-coordinate representation of color #F490EA: hue angle of 306º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F490EA is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 234 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.04 |
| HSL | 306º | 0.82% | 0.76% | - |
| HSV(B) | 306º | 0.41% | 0.96% | - |
| XYZ | 62.13 | 45.12 | 83.28 | - |
| YUV | 184.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 234 | 0 | 0.41 | 0.04 | 0.04 | 306 | 0.82 | 0.76 |
| Hex | F4 | 90 | EA | 0 | 29 | 4 | 4 | 132 | 52 | 4C |
| Octal | 364 | 220 | 352 | 0 | 51 | 4 | 4 | 462 | 122 | 114 |
| Binary | 11110100 | 10010000 | 11101010 | 0 | 101001 | 100 | 100 | 100110010 | 1010010 | 1001100 |
Color Harmonies of #F490EA
Complementary color
Monochromatic Colors of #F490EA
Black with #F490EA
Text Example
Text Example
White with #F490EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490EA; }
p { color: rgb(244,144,234); }
H1.HeaderClassName
{
color: #F490EA;
}
.AnyTagClassName
{
color: #F490EA;
}
</style>
background-color css
<style>
a { background-color: #F490EA; }
a { background-color: rgb(244,144,234); }
div.DivClassName
{
background-color: #F490EA;
}
.BgClassName
{
background-color: #F490EA;
}
</style>
border-color css
<style>
span { border-color: #F490EA; }
span { border-color: rgb(244,144,234); }
td.TdClassName
{
border-color: #F490EA;
}
.TagClassName
{
border-color: #F490EA;
}
</style>