Shades of Hot Magenta #F405CE
Tints of Hot Magenta #F405CE
RGB
CMYK
RGB Variations
Color information
#F405CE (or 0xF405CE) is known color: Hot Magenta. HEX triplet: F4, 05 and CE. RGB value is (244,5,206). Sum of RGB (Red+Green+Blue) = 244+5+206=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 5 (2.34% from 255 or 1.10% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F405CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F405CE is #0BFA31. Grayscale: #626262. Windows color (decimal): -784946 or 13501940. OLE color: 13501940.
HSL color Cylindrical-coordinate representation of color #F405CE: hue angle of 309.54º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F405CE is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 206 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.04 |
| HSL | 309.54º | 0.96% | 0.49% | - |
| HSV(B) | 309.54º | 0.98% | 0.96% | - |
| XYZ | 48.5 | 23.8 | 60.43 | - |
| YUV | 99.38 | 188.18 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 206 | 0 | 0.98 | 0.16 | 0.04 | 309.54 | 0.96 | 0.49 |
| Hex | F4 | 5 | CE | 0 | 62 | 10 | 4 | 136 | 60 | 31 |
| Octal | 364 | 5 | 316 | 0 | 142 | 20 | 4 | 466 | 140 | 61 |
| Binary | 11110100 | 101 | 11001110 | 0 | 1100010 | 10000 | 100 | 100110110 | 1100000 | 110001 |
Color Harmonies of #F405CE
Complementary color
Monochromatic Colors of #F405CE
Black with #F405CE
Text Example
Text Example
White with #F405CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F405CE; }
p { color: rgb(244,5,206); }
H1.HeaderClassName
{
color: #F405CE;
}
.AnyTagClassName
{
color: #F405CE;
}
</style>
background-color css
<style>
a { background-color: #F405CE; }
a { background-color: rgb(244,5,206); }
div.DivClassName
{
background-color: #F405CE;
}
.BgClassName
{
background-color: #F405CE;
}
</style>
border-color css
<style>
span { border-color: #F405CE; }
span { border-color: rgb(244,5,206); }
td.TdClassName
{
border-color: #F405CE;
}
.TagClassName
{
border-color: #F405CE;
}
</style>