Shades of Magenta #F10CEF
Tints of Magenta #F10CEF
RGB
CMYK
RGB Variations
Color information
#F10CEF (or 0xF10CEF) is known color: Magenta. HEX triplet: F1, 0C and EF. RGB value is (241,12,239). Sum of RGB (Red+Green+Blue) = 241+12+239=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 12 (5.08% from 255 or 2.44% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F10CEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10CEF is #0EF310. Grayscale: #696969. Windows color (decimal): -979729 or 15666417. OLE color: 15666417.
HSL color Cylindrical-coordinate representation of color #F10CEF: hue angle of 300.52º 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 #F10CEF is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 239 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.05 |
| HSL | 300.52º | 0.91% | 0.5% | - |
| HSV(B) | 300.52º | 0.95% | 0.95% | - |
| XYZ | 51.99 | 25.2 | 83.78 | - |
| YUV | 106.35 | 202.87 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 239 | 0 | 0.95 | 0.01 | 0.05 | 300.52 | 0.91 | 0.5 |
| Hex | F1 | C | EF | 0 | 5F | 1 | 5 | 12D | 5B | 32 |
| Octal | 361 | 14 | 357 | 0 | 137 | 1 | 5 | 455 | 133 | 62 |
| Binary | 11110001 | 1100 | 11101111 | 0 | 1011111 | 1 | 101 | 100101101 | 1011011 | 110010 |
Color Harmonies of #F10CEF
Complementary color
Monochromatic Colors of #F10CEF
Black with #F10CEF
Text Example
Text Example
White with #F10CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10CEF; }
p { color: rgb(241,12,239); }
H1.HeaderClassName
{
color: #F10CEF;
}
.AnyTagClassName
{
color: #F10CEF;
}
</style>
background-color css
<style>
a { background-color: #F10CEF; }
a { background-color: rgb(241,12,239); }
div.DivClassName
{
background-color: #F10CEF;
}
.BgClassName
{
background-color: #F10CEF;
}
</style>
border-color css
<style>
span { border-color: #F10CEF; }
span { border-color: rgb(241,12,239); }
td.TdClassName
{
border-color: #F10CEF;
}
.TagClassName
{
border-color: #F10CEF;
}
</style>