Shades of Hot Magenta #F40FD2
Tints of Hot Magenta #F40FD2
RGB
CMYK
RGB Variations
Color information
#F40FD2 (or 0xF40FD2) is known color: Hot Magenta. HEX triplet: F4, 0F and D2. RGB value is (244,15,210). Sum of RGB (Red+Green+Blue) = 244+15+210=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F40FD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40FD2 is #0BF02D. Grayscale: #696969. Windows color (decimal): -782382 or 13766644. OLE color: 13766644.
HSL color Cylindrical-coordinate representation of color #F40FD2: hue angle of 308.91º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40FD2 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 210 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.04 |
| HSL | 308.91º | 0.91% | 0.51% | - |
| HSV(B) | 308.91º | 0.94% | 0.96% | - |
| XYZ | 49.11 | 24.23 | 63.06 | - |
| YUV | 105.7 | 186.87 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 210 | 0 | 0.94 | 0.14 | 0.04 | 308.91 | 0.91 | 0.51 |
| Hex | F4 | F | D2 | 0 | 5E | E | 4 | 135 | 5B | 33 |
| Octal | 364 | 17 | 322 | 0 | 136 | 16 | 4 | 465 | 133 | 63 |
| Binary | 11110100 | 1111 | 11010010 | 0 | 1011110 | 1110 | 100 | 100110101 | 1011011 | 110011 |
Color Harmonies of #F40FD2
Complementary color
Monochromatic Colors of #F40FD2
Black with #F40FD2
Text Example
Text Example
White with #F40FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40FD2; }
p { color: rgb(244,15,210); }
H1.HeaderClassName
{
color: #F40FD2;
}
.AnyTagClassName
{
color: #F40FD2;
}
</style>
background-color css
<style>
a { background-color: #F40FD2; }
a { background-color: rgb(244,15,210); }
div.DivClassName
{
background-color: #F40FD2;
}
.BgClassName
{
background-color: #F40FD2;
}
</style>
border-color css
<style>
span { border-color: #F40FD2; }
span { border-color: rgb(244,15,210); }
td.TdClassName
{
border-color: #F40FD2;
}
.TagClassName
{
border-color: #F40FD2;
}
</style>