Shades of Magenta #F10CE9
Tints of Magenta #F10CE9
RGB
CMYK
RGB Variations
Color information
#F10CE9 (or 0xF10CE9) is known color: Magenta. HEX triplet: F1, 0C and E9. RGB value is (241,12,233). Sum of RGB (Red+Green+Blue) = 241+12+233=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 12 (5.08% from 255 or 2.47% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F10CE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10CE9 is #0EF316. Grayscale: #696969. Windows color (decimal): -979735 or 15273201. OLE color: 15273201.
HSL color Cylindrical-coordinate representation of color #F10CE9: hue angle of 302.1º 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 #F10CE9 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 233 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.05 |
| HSL | 302.1º | 0.91% | 0.5% | - |
| HSV(B) | 302.1º | 0.95% | 0.95% | - |
| XYZ | 51.12 | 24.85 | 79.19 | - |
| YUV | 105.67 | 199.87 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 233 | 0 | 0.95 | 0.03 | 0.05 | 302.1 | 0.91 | 0.5 |
| Hex | F1 | C | E9 | 0 | 5F | 3 | 5 | 12E | 5B | 32 |
| Octal | 361 | 14 | 351 | 0 | 137 | 3 | 5 | 456 | 133 | 62 |
| Binary | 11110001 | 1100 | 11101001 | 0 | 1011111 | 11 | 101 | 100101110 | 1011011 | 110010 |
Color Harmonies of #F10CE9
Complementary color
Monochromatic Colors of #F10CE9
Black with #F10CE9
Text Example
Text Example
White with #F10CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10CE9; }
p { color: rgb(241,12,233); }
H1.HeaderClassName
{
color: #F10CE9;
}
.AnyTagClassName
{
color: #F10CE9;
}
</style>
background-color css
<style>
a { background-color: #F10CE9; }
a { background-color: rgb(241,12,233); }
div.DivClassName
{
background-color: #F10CE9;
}
.BgClassName
{
background-color: #F10CE9;
}
</style>
border-color css
<style>
span { border-color: #F10CE9; }
span { border-color: rgb(241,12,233); }
td.TdClassName
{
border-color: #F10CE9;
}
.TagClassName
{
border-color: #F10CE9;
}
</style>