Shades of Hot Magenta #F10CE0
Tints of Hot Magenta #F10CE0
RGB
CMYK
RGB Variations
Color information
#F10CE0 (or 0xF10CE0) is known color: Hot Magenta. HEX triplet: F1, 0C and E0. RGB value is (241,12,224). Sum of RGB (Red+Green+Blue) = 241+12+224=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 12 (5.08% from 255 or 2.52% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F10CE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10CE0 is #0EF31F. Grayscale: #686868. Windows color (decimal): -979744 or 14683377. OLE color: 14683377.
HSL color Cylindrical-coordinate representation of color #F10CE0: hue angle of 304.45º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10CE0 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 224 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.05 |
| HSL | 304.45º | 0.91% | 0.5% | - |
| HSV(B) | 304.45º | 0.95% | 0.95% | - |
| XYZ | 49.86 | 24.35 | 72.59 | - |
| YUV | 104.64 | 195.37 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 224 | 0 | 0.95 | 0.07 | 0.05 | 304.45 | 0.91 | 0.5 |
| Hex | F1 | C | E0 | 0 | 5F | 7 | 5 | 130 | 5B | 32 |
| Octal | 361 | 14 | 340 | 0 | 137 | 7 | 5 | 460 | 133 | 62 |
| Binary | 11110001 | 1100 | 11100000 | 0 | 1011111 | 111 | 101 | 100110000 | 1011011 | 110010 |
Color Harmonies of #F10CE0
Complementary color
Monochromatic Colors of #F10CE0
Black with #F10CE0
Text Example
Text Example
White with #F10CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10CE0; }
p { color: rgb(241,12,224); }
H1.HeaderClassName
{
color: #F10CE0;
}
.AnyTagClassName
{
color: #F10CE0;
}
</style>
background-color css
<style>
a { background-color: #F10CE0; }
a { background-color: rgb(241,12,224); }
div.DivClassName
{
background-color: #F10CE0;
}
.BgClassName
{
background-color: #F10CE0;
}
</style>
border-color css
<style>
span { border-color: #F10CE0; }
span { border-color: rgb(241,12,224); }
td.TdClassName
{
border-color: #F10CE0;
}
.TagClassName
{
border-color: #F10CE0;
}
</style>