Shades of Hot Magenta #F40CCF
Tints of Hot Magenta #F40CCF
RGB
CMYK
RGB Variations
Color information
#F40CCF (or 0xF40CCF) is known color: Hot Magenta. HEX triplet: F4, 0C and CF. RGB value is (244,12,207). Sum of RGB (Red+Green+Blue) = 244+12+207=463 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.70% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 244 - color contains mainly: red. Hex color #F40CCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40CCF is #0BF330. Grayscale: #676767. Windows color (decimal): -783153 or 13569268. OLE color: 13569268.
HSL color Cylindrical-coordinate representation of color #F40CCF: hue angle of 309.57º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40CCF is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 207 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.04 |
| HSL | 309.57º | 0.91% | 0.5% | - |
| HSV(B) | 309.57º | 0.95% | 0.96% | - |
| XYZ | 48.7 | 24 | 61.1 | - |
| YUV | 103.6 | 186.36 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 207 | 0 | 0.95 | 0.15 | 0.04 | 309.57 | 0.91 | 0.5 |
| Hex | F4 | C | CF | 0 | 5F | F | 4 | 136 | 5B | 32 |
| Octal | 364 | 14 | 317 | 0 | 137 | 17 | 4 | 466 | 133 | 62 |
| Binary | 11110100 | 1100 | 11001111 | 0 | 1011111 | 1111 | 100 | 100110110 | 1011011 | 110010 |
Color Harmonies of #F40CCF
Complementary color
Monochromatic Colors of #F40CCF
Black with #F40CCF
Text Example
Text Example
White with #F40CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40CCF; }
p { color: rgb(244,12,207); }
H1.HeaderClassName
{
color: #F40CCF;
}
.AnyTagClassName
{
color: #F40CCF;
}
</style>
background-color css
<style>
a { background-color: #F40CCF; }
a { background-color: rgb(244,12,207); }
div.DivClassName
{
background-color: #F40CCF;
}
.BgClassName
{
background-color: #F40CCF;
}
</style>
border-color css
<style>
span { border-color: #F40CCF; }
span { border-color: rgb(244,12,207); }
td.TdClassName
{
border-color: #F40CCF;
}
.TagClassName
{
border-color: #F40CCF;
}
</style>