Shades of Hot Magenta #F40CDD
Tints of Hot Magenta #F40CDD
RGB
CMYK
RGB Variations
Color information
#F40CDD (or 0xF40CDD) is known color: Hot Magenta. HEX triplet: F4, 0C and DD. RGB value is (244,12,221). Sum of RGB (Red+Green+Blue) = 244+12+221=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 12 (5.08% from 255 or 2.52% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F40CDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40CDD is #0BF322. Grayscale: #686868. Windows color (decimal): -783139 or 14486772. OLE color: 14486772.
HSL color Cylindrical-coordinate representation of color #F40CDD: hue angle of 305.95º 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 #F40CDD is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 221 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.04 |
| HSL | 305.95º | 0.91% | 0.5% | - |
| HSV(B) | 305.95º | 0.95% | 0.96% | - |
| XYZ | 50.49 | 24.72 | 70.52 | - |
| YUV | 105.19 | 193.36 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 221 | 0 | 0.95 | 0.09 | 0.04 | 305.95 | 0.91 | 0.5 |
| Hex | F4 | C | DD | 0 | 5F | 9 | 4 | 132 | 5B | 32 |
| Octal | 364 | 14 | 335 | 0 | 137 | 11 | 4 | 462 | 133 | 62 |
| Binary | 11110100 | 1100 | 11011101 | 0 | 1011111 | 1001 | 100 | 100110010 | 1011011 | 110010 |
Color Harmonies of #F40CDD
Complementary color
Monochromatic Colors of #F40CDD
Black with #F40CDD
Text Example
Text Example
White with #F40CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40CDD; }
p { color: rgb(244,12,221); }
H1.HeaderClassName
{
color: #F40CDD;
}
.AnyTagClassName
{
color: #F40CDD;
}
</style>
background-color css
<style>
a { background-color: #F40CDD; }
a { background-color: rgb(244,12,221); }
div.DivClassName
{
background-color: #F40CDD;
}
.BgClassName
{
background-color: #F40CDD;
}
</style>
border-color css
<style>
span { border-color: #F40CDD; }
span { border-color: rgb(244,12,221); }
td.TdClassName
{
border-color: #F40CDD;
}
.TagClassName
{
border-color: #F40CDD;
}
</style>