Shades of Hot Magenta #F405CF
Tints of Hot Magenta #F405CF
RGB
CMYK
RGB Variations
Color information
#F405CF (or 0xF405CF) is known color: Hot Magenta. HEX triplet: F4, 05 and CF. RGB value is (244,5,207). Sum of RGB (Red+Green+Blue) = 244+5+207=456 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.51% from 456); Green value is 5 (2.34% from 255 or 1.10% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 244 - color contains mainly: red. Hex color #F405CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F405CF is #0BFA30. Grayscale: #626262. Windows color (decimal): -784945 or 13567476. OLE color: 13567476.
HSL color Cylindrical-coordinate representation of color #F405CF: hue angle of 309.29º 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 #F405CF is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 207 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.04 |
| HSL | 309.29º | 0.96% | 0.49% | - |
| HSV(B) | 309.29º | 0.98% | 0.96% | - |
| XYZ | 48.62 | 23.85 | 61.07 | - |
| YUV | 99.49 | 188.68 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 207 | 0 | 0.98 | 0.15 | 0.04 | 309.29 | 0.96 | 0.49 |
| Hex | F4 | 5 | CF | 0 | 62 | F | 4 | 135 | 60 | 31 |
| Octal | 364 | 5 | 317 | 0 | 142 | 17 | 4 | 465 | 140 | 61 |
| Binary | 11110100 | 101 | 11001111 | 0 | 1100010 | 1111 | 100 | 100110101 | 1100000 | 110001 |
Color Harmonies of #F405CF
Complementary color
Monochromatic Colors of #F405CF
Black with #F405CF
Text Example
Text Example
White with #F405CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F405CF; }
p { color: rgb(244,5,207); }
H1.HeaderClassName
{
color: #F405CF;
}
.AnyTagClassName
{
color: #F405CF;
}
</style>
background-color css
<style>
a { background-color: #F405CF; }
a { background-color: rgb(244,5,207); }
div.DivClassName
{
background-color: #F405CF;
}
.BgClassName
{
background-color: #F405CF;
}
</style>
border-color css
<style>
span { border-color: #F405CF; }
span { border-color: rgb(244,5,207); }
td.TdClassName
{
border-color: #F405CF;
}
.TagClassName
{
border-color: #F405CF;
}
</style>