Shades of Hot Magenta #F40CDE
Tints of Hot Magenta #F40CDE
RGB
CMYK
RGB Variations
Color information
#F40CDE (or 0xF40CDE) is known color: Hot Magenta. HEX triplet: F4, 0C and DE. RGB value is (244,12,222). Sum of RGB (Red+Green+Blue) = 244+12+222=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 12 (5.08% from 255 or 2.51% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F40CDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40CDE is #0BF321. Grayscale: #686868. Windows color (decimal): -783138 or 14552308. OLE color: 14552308.
HSL color Cylindrical-coordinate representation of color #F40CDE: hue angle of 305.69º 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 #F40CDE is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 222 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.04 |
| HSL | 305.69º | 0.91% | 0.5% | - |
| HSV(B) | 305.69º | 0.95% | 0.96% | - |
| XYZ | 50.62 | 24.77 | 71.22 | - |
| YUV | 105.31 | 193.86 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 222 | 0 | 0.95 | 0.09 | 0.04 | 305.69 | 0.91 | 0.5 |
| Hex | F4 | C | DE | 0 | 5F | 9 | 4 | 132 | 5B | 32 |
| Octal | 364 | 14 | 336 | 0 | 137 | 11 | 4 | 462 | 133 | 62 |
| Binary | 11110100 | 1100 | 11011110 | 0 | 1011111 | 1001 | 100 | 100110010 | 1011011 | 110010 |
Color Harmonies of #F40CDE
Complementary color
Monochromatic Colors of #F40CDE
Black with #F40CDE
Text Example
Text Example
White with #F40CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40CDE; }
p { color: rgb(244,12,222); }
H1.HeaderClassName
{
color: #F40CDE;
}
.AnyTagClassName
{
color: #F40CDE;
}
</style>
background-color css
<style>
a { background-color: #F40CDE; }
a { background-color: rgb(244,12,222); }
div.DivClassName
{
background-color: #F40CDE;
}
.BgClassName
{
background-color: #F40CDE;
}
</style>
border-color css
<style>
span { border-color: #F40CDE; }
span { border-color: rgb(244,12,222); }
td.TdClassName
{
border-color: #F40CDE;
}
.TagClassName
{
border-color: #F40CDE;
}
</style>