Shades of Magenta #F402E8
Tints of Magenta #F402E8
RGB
CMYK
RGB Variations
Color information
#F402E8 (or 0xF402E8) is known color: Magenta. HEX triplet: F4, 02 and E8. RGB value is (244,2,232). Sum of RGB (Red+Green+Blue) = 244+2+232=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 2 (1.17% from 255 or 0.42% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F402E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F402E8 is #0BFD17. Grayscale: #636363. Windows color (decimal): -785688 or 15205108. OLE color: 15205108.
HSL color Cylindrical-coordinate representation of color #F402E8: hue angle of 302.98º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F402E8 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 232 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.04 |
| HSL | 302.98º | 0.98% | 0.48% | - |
| HSV(B) | 302.98º | 0.99% | 0.96% | - |
| XYZ | 51.9 | 25.1 | 78.45 | - |
| YUV | 100.58 | 202.17 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 232 | 0 | 0.99 | 0.05 | 0.04 | 302.98 | 0.98 | 0.48 |
| Hex | F4 | 2 | E8 | 0 | 63 | 5 | 4 | 12F | 62 | 30 |
| Octal | 364 | 2 | 350 | 0 | 143 | 5 | 4 | 457 | 142 | 60 |
| Binary | 11110100 | 10 | 11101000 | 0 | 1100011 | 101 | 100 | 100101111 | 1100010 | 110000 |
Color Harmonies of #F402E8
Complementary color
Monochromatic Colors of #F402E8
Black with #F402E8
Text Example
Text Example
White with #F402E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F402E8; }
p { color: rgb(244,2,232); }
H1.HeaderClassName
{
color: #F402E8;
}
.AnyTagClassName
{
color: #F402E8;
}
</style>
background-color css
<style>
a { background-color: #F402E8; }
a { background-color: rgb(244,2,232); }
div.DivClassName
{
background-color: #F402E8;
}
.BgClassName
{
background-color: #F402E8;
}
</style>
border-color css
<style>
span { border-color: #F402E8; }
span { border-color: rgb(244,2,232); }
td.TdClassName
{
border-color: #F402E8;
}
.TagClassName
{
border-color: #F402E8;
}
</style>