Shades of Hot Magenta #F10CE2
Tints of Hot Magenta #F10CE2
RGB
CMYK
RGB Variations
Color information
#F10CE2 (or 0xF10CE2) is known color: Hot Magenta. HEX triplet: F1, 0C and E2. RGB value is (241,12,226). Sum of RGB (Red+Green+Blue) = 241+12+226=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 12 (5.08% from 255 or 2.51% from 479); Blue value is 226 (88.67% from 255 or 47.18% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F10CE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10CE2 is #0EF31D. Grayscale: #686868. Windows color (decimal): -979742 or 14814449. OLE color: 14814449.
HSL color Cylindrical-coordinate representation of color #F10CE2: hue angle of 303.93º 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 #F10CE2 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 226 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.05 |
| HSL | 303.93º | 0.91% | 0.5% | - |
| HSV(B) | 303.93º | 0.95% | 0.95% | - |
| XYZ | 50.13 | 24.45 | 74.03 | - |
| YUV | 104.87 | 196.37 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 226 | 0 | 0.95 | 0.06 | 0.05 | 303.93 | 0.91 | 0.5 |
| Hex | F1 | C | E2 | 0 | 5F | 6 | 5 | 130 | 5B | 32 |
| Octal | 361 | 14 | 342 | 0 | 137 | 6 | 5 | 460 | 133 | 62 |
| Binary | 11110001 | 1100 | 11100010 | 0 | 1011111 | 110 | 101 | 100110000 | 1011011 | 110010 |
Color Harmonies of #F10CE2
Complementary color
Monochromatic Colors of #F10CE2
Black with #F10CE2
Text Example
Text Example
White with #F10CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10CE2; }
p { color: rgb(241,12,226); }
H1.HeaderClassName
{
color: #F10CE2;
}
.AnyTagClassName
{
color: #F10CE2;
}
</style>
background-color css
<style>
a { background-color: #F10CE2; }
a { background-color: rgb(241,12,226); }
div.DivClassName
{
background-color: #F10CE2;
}
.BgClassName
{
background-color: #F10CE2;
}
</style>
border-color css
<style>
span { border-color: #F10CE2; }
span { border-color: rgb(241,12,226); }
td.TdClassName
{
border-color: #F10CE2;
}
.TagClassName
{
border-color: #F10CE2;
}
</style>