Shades of Hot Magenta #F40CDF
Tints of Hot Magenta #F40CDF
RGB
CMYK
RGB Variations
Color information
#F40CDF (or 0xF40CDF) is known color: Hot Magenta. HEX triplet: F4, 0C and DF. RGB value is (244,12,223). Sum of RGB (Red+Green+Blue) = 244+12+223=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 12 (5.08% from 255 or 2.51% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F40CDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40CDF is #0BF320. Grayscale: #686868. Windows color (decimal): -783137 or 14617844. OLE color: 14617844.
HSL color Cylindrical-coordinate representation of color #F40CDF: hue angle of 305.43º 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 #F40CDF is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 223 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.04 |
| HSL | 305.43º | 0.91% | 0.5% | - |
| HSV(B) | 305.43º | 0.95% | 0.96% | - |
| XYZ | 50.76 | 24.82 | 71.93 | - |
| YUV | 105.42 | 194.36 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 223 | 0 | 0.95 | 0.09 | 0.04 | 305.43 | 0.91 | 0.5 |
| Hex | F4 | C | DF | 0 | 5F | 9 | 4 | 131 | 5B | 32 |
| Octal | 364 | 14 | 337 | 0 | 137 | 11 | 4 | 461 | 133 | 62 |
| Binary | 11110100 | 1100 | 11011111 | 0 | 1011111 | 1001 | 100 | 100110001 | 1011011 | 110010 |
Color Harmonies of #F40CDF
Complementary color
Monochromatic Colors of #F40CDF
Black with #F40CDF
Text Example
Text Example
White with #F40CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40CDF; }
p { color: rgb(244,12,223); }
H1.HeaderClassName
{
color: #F40CDF;
}
.AnyTagClassName
{
color: #F40CDF;
}
</style>
background-color css
<style>
a { background-color: #F40CDF; }
a { background-color: rgb(244,12,223); }
div.DivClassName
{
background-color: #F40CDF;
}
.BgClassName
{
background-color: #F40CDF;
}
</style>
border-color css
<style>
span { border-color: #F40CDF; }
span { border-color: rgb(244,12,223); }
td.TdClassName
{
border-color: #F40CDF;
}
.TagClassName
{
border-color: #F40CDF;
}
</style>