Shades of Hot Magenta #F00DCF
Tints of Hot Magenta #F00DCF
RGB
CMYK
RGB Variations
Color information
#F00DCF (or 0xF00DCF) is known color: Hot Magenta. HEX triplet: F0, 0D and CF. RGB value is (240,13,207). Sum of RGB (Red+Green+Blue) = 240+13+207=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 13 (5.47% from 255 or 2.83% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00DCF is #0FF230. Grayscale: #666666. Windows color (decimal): -1045041 or 13569520. OLE color: 13569520.
HSL color Cylindrical-coordinate representation of color #F00DCF: hue angle of 308.72º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00DCF is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 207 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.06 |
| HSL | 308.72º | 0.9% | 0.5% | - |
| HSV(B) | 308.72º | 0.95% | 0.94% | - |
| XYZ | 47.34 | 23.32 | 61.04 | - |
| YUV | 102.99 | 186.71 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 207 | 0 | 0.95 | 0.14 | 0.06 | 308.72 | 0.9 | 0.5 |
| Hex | F0 | D | CF | 0 | 5F | E | 6 | 135 | 5A | 32 |
| Octal | 360 | 15 | 317 | 0 | 137 | 16 | 6 | 465 | 132 | 62 |
| Binary | 11110000 | 1101 | 11001111 | 0 | 1011111 | 1110 | 110 | 100110101 | 1011010 | 110010 |
Color Harmonies of #F00DCF
Complementary color
Monochromatic Colors of #F00DCF
Black with #F00DCF
Text Example
Text Example
White with #F00DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00DCF; }
p { color: rgb(240,13,207); }
H1.HeaderClassName
{
color: #F00DCF;
}
.AnyTagClassName
{
color: #F00DCF;
}
</style>
background-color css
<style>
a { background-color: #F00DCF; }
a { background-color: rgb(240,13,207); }
div.DivClassName
{
background-color: #F00DCF;
}
.BgClassName
{
background-color: #F00DCF;
}
</style>
border-color css
<style>
span { border-color: #F00DCF; }
span { border-color: rgb(240,13,207); }
td.TdClassName
{
border-color: #F00DCF;
}
.TagClassName
{
border-color: #F00DCF;
}
</style>