Shades of Hot Magenta #F00CE1
Tints of Hot Magenta #F00CE1
RGB
CMYK
RGB Variations
Color information
#F00CE1 (or 0xF00CE1) is known color: Hot Magenta. HEX triplet: F0, 0C and E1. RGB value is (240,12,225). Sum of RGB (Red+Green+Blue) = 240+12+225=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 12 (5.08% from 255 or 2.52% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00CE1 is #0FF31E. Grayscale: #676767. Windows color (decimal): -1045279 or 14748912. OLE color: 14748912.
HSL color Cylindrical-coordinate representation of color #F00CE1: hue angle of 303.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00CE1 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 225 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.06 |
| HSL | 303.95º | 0.9% | 0.49% | - |
| HSV(B) | 303.95º | 0.95% | 0.94% | - |
| XYZ | 49.66 | 24.22 | 73.29 | - |
| YUV | 104.45 | 196.04 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 225 | 0 | 0.95 | 0.06 | 0.06 | 303.95 | 0.9 | 0.49 |
| Hex | F0 | C | E1 | 0 | 5F | 6 | 6 | 130 | 5A | 31 |
| Octal | 360 | 14 | 341 | 0 | 137 | 6 | 6 | 460 | 132 | 61 |
| Binary | 11110000 | 1100 | 11100001 | 0 | 1011111 | 110 | 110 | 100110000 | 1011010 | 110001 |
Color Harmonies of #F00CE1
Complementary color
Monochromatic Colors of #F00CE1
Black with #F00CE1
Text Example
Text Example
White with #F00CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00CE1; }
p { color: rgb(240,12,225); }
H1.HeaderClassName
{
color: #F00CE1;
}
.AnyTagClassName
{
color: #F00CE1;
}
</style>
background-color css
<style>
a { background-color: #F00CE1; }
a { background-color: rgb(240,12,225); }
div.DivClassName
{
background-color: #F00CE1;
}
.BgClassName
{
background-color: #F00CE1;
}
</style>
border-color css
<style>
span { border-color: #F00CE1; }
span { border-color: rgb(240,12,225); }
td.TdClassName
{
border-color: #F00CE1;
}
.TagClassName
{
border-color: #F00CE1;
}
</style>