Shades of Magenta #F402E5
Tints of Magenta #F402E5
RGB
CMYK
RGB Variations
Color information
#F402E5 (or 0xF402E5) is known color: Magenta. HEX triplet: F4, 02 and E5. RGB value is (244,2,229). Sum of RGB (Red+Green+Blue) = 244+2+229=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 2 (1.17% from 255 or 0.42% from 475); Blue value is 229 (89.84% from 255 or 48.21% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F402E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F402E5 is #0BFD1A. Grayscale: #636363. Windows color (decimal): -785691 or 15008500. OLE color: 15008500.
HSL color Cylindrical-coordinate representation of color #F402E5: hue angle of 303.72º 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 #F402E5 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 229 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.04 |
| HSL | 303.72º | 0.98% | 0.48% | - |
| HSV(B) | 303.72º | 0.99% | 0.96% | - |
| XYZ | 51.47 | 24.93 | 76.23 | - |
| YUV | 100.24 | 200.67 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 229 | 0 | 0.99 | 0.06 | 0.04 | 303.72 | 0.98 | 0.48 |
| Hex | F4 | 2 | E5 | 0 | 63 | 6 | 4 | 130 | 62 | 30 |
| Octal | 364 | 2 | 345 | 0 | 143 | 6 | 4 | 460 | 142 | 60 |
| Binary | 11110100 | 10 | 11100101 | 0 | 1100011 | 110 | 100 | 100110000 | 1100010 | 110000 |
Color Harmonies of #F402E5
Complementary color
Monochromatic Colors of #F402E5
Black with #F402E5
Text Example
Text Example
White with #F402E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F402E5; }
p { color: rgb(244,2,229); }
H1.HeaderClassName
{
color: #F402E5;
}
.AnyTagClassName
{
color: #F402E5;
}
</style>
background-color css
<style>
a { background-color: #F402E5; }
a { background-color: rgb(244,2,229); }
div.DivClassName
{
background-color: #F402E5;
}
.BgClassName
{
background-color: #F402E5;
}
</style>
border-color css
<style>
span { border-color: #F402E5; }
span { border-color: rgb(244,2,229); }
td.TdClassName
{
border-color: #F402E5;
}
.TagClassName
{
border-color: #F402E5;
}
</style>