Shades of Hot Magenta #F40CDA
Tints of Hot Magenta #F40CDA
RGB
CMYK
RGB Variations
Color information
#F40CDA (or 0xF40CDA) is known color: Hot Magenta. HEX triplet: F4, 0C and DA. RGB value is (244,12,218). Sum of RGB (Red+Green+Blue) = 244+12+218=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 12 (5.08% from 255 or 2.53% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F40CDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40CDA is #0BF325. Grayscale: #686868. Windows color (decimal): -783142 or 14290164. OLE color: 14290164.
HSL color Cylindrical-coordinate representation of color #F40CDA: hue angle of 306.72º 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 #F40CDA is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 218 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.04 |
| HSL | 306.72º | 0.91% | 0.5% | - |
| HSV(B) | 306.72º | 0.95% | 0.96% | - |
| XYZ | 50.09 | 24.56 | 68.43 | - |
| YUV | 104.85 | 191.86 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 218 | 0 | 0.95 | 0.11 | 0.04 | 306.72 | 0.91 | 0.5 |
| Hex | F4 | C | DA | 0 | 5F | B | 4 | 133 | 5B | 32 |
| Octal | 364 | 14 | 332 | 0 | 137 | 13 | 4 | 463 | 133 | 62 |
| Binary | 11110100 | 1100 | 11011010 | 0 | 1011111 | 1011 | 100 | 100110011 | 1011011 | 110010 |
Color Harmonies of #F40CDA
Complementary color
Monochromatic Colors of #F40CDA
Black with #F40CDA
Text Example
Text Example
White with #F40CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40CDA; }
p { color: rgb(244,12,218); }
H1.HeaderClassName
{
color: #F40CDA;
}
.AnyTagClassName
{
color: #F40CDA;
}
</style>
background-color css
<style>
a { background-color: #F40CDA; }
a { background-color: rgb(244,12,218); }
div.DivClassName
{
background-color: #F40CDA;
}
.BgClassName
{
background-color: #F40CDA;
}
</style>
border-color css
<style>
span { border-color: #F40CDA; }
span { border-color: rgb(244,12,218); }
td.TdClassName
{
border-color: #F40CDA;
}
.TagClassName
{
border-color: #F40CDA;
}
</style>