Shades of Hot Magenta #F40CE4
Tints of Hot Magenta #F40CE4
RGB
CMYK
RGB Variations
Color information
#F40CE4 (or 0xF40CE4) is known color: Hot Magenta. HEX triplet: F4, 0C and E4. RGB value is (244,12,228). Sum of RGB (Red+Green+Blue) = 244+12+228=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 12 (5.08% from 255 or 2.48% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F40CE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40CE4 is #0BF31B. Grayscale: #696969. Windows color (decimal): -783132 or 14945524. OLE color: 14945524.
HSL color Cylindrical-coordinate representation of color #F40CE4: hue angle of 304.14º 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 #F40CE4 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 228 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.04 |
| HSL | 304.14º | 0.91% | 0.5% | - |
| HSV(B) | 304.14º | 0.95% | 0.96% | - |
| XYZ | 51.44 | 25.1 | 75.53 | - |
| YUV | 105.99 | 196.86 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 228 | 0 | 0.95 | 0.07 | 0.04 | 304.14 | 0.91 | 0.5 |
| Hex | F4 | C | E4 | 0 | 5F | 7 | 4 | 130 | 5B | 32 |
| Octal | 364 | 14 | 344 | 0 | 137 | 7 | 4 | 460 | 133 | 62 |
| Binary | 11110100 | 1100 | 11100100 | 0 | 1011111 | 111 | 100 | 100110000 | 1011011 | 110010 |
Color Harmonies of #F40CE4
Complementary color
Monochromatic Colors of #F40CE4
Black with #F40CE4
Text Example
Text Example
White with #F40CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40CE4; }
p { color: rgb(244,12,228); }
H1.HeaderClassName
{
color: #F40CE4;
}
.AnyTagClassName
{
color: #F40CE4;
}
</style>
background-color css
<style>
a { background-color: #F40CE4; }
a { background-color: rgb(244,12,228); }
div.DivClassName
{
background-color: #F40CE4;
}
.BgClassName
{
background-color: #F40CE4;
}
</style>
border-color css
<style>
span { border-color: #F40CE4; }
span { border-color: rgb(244,12,228); }
td.TdClassName
{
border-color: #F40CE4;
}
.TagClassName
{
border-color: #F40CE4;
}
</style>