Shades of Magenta #F10CEE
Tints of Magenta #F10CEE
RGB
CMYK
RGB Variations
Color information
#F10CEE (or 0xF10CEE) is known color: Magenta. HEX triplet: F1, 0C and EE. RGB value is (241,12,238). Sum of RGB (Red+Green+Blue) = 241+12+238=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 12 (5.08% from 255 or 2.44% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F10CEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10CEE is #0EF311. Grayscale: #696969. Windows color (decimal): -979730 or 15600881. OLE color: 15600881.
HSL color Cylindrical-coordinate representation of color #F10CEE: hue angle of 300.79º 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 #F10CEE is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 238 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.05 |
| HSL | 300.79º | 0.91% | 0.5% | - |
| HSV(B) | 300.79º | 0.95% | 0.95% | - |
| XYZ | 51.84 | 25.14 | 83.01 | - |
| YUV | 106.24 | 202.37 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 238 | 0 | 0.95 | 0.01 | 0.05 | 300.79 | 0.91 | 0.5 |
| Hex | F1 | C | EE | 0 | 5F | 1 | 5 | 12D | 5B | 32 |
| Octal | 361 | 14 | 356 | 0 | 137 | 1 | 5 | 455 | 133 | 62 |
| Binary | 11110001 | 1100 | 11101110 | 0 | 1011111 | 1 | 101 | 100101101 | 1011011 | 110010 |
Color Harmonies of #F10CEE
Complementary color
Monochromatic Colors of #F10CEE
Black with #F10CEE
Text Example
Text Example
White with #F10CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10CEE; }
p { color: rgb(241,12,238); }
H1.HeaderClassName
{
color: #F10CEE;
}
.AnyTagClassName
{
color: #F10CEE;
}
</style>
background-color css
<style>
a { background-color: #F10CEE; }
a { background-color: rgb(241,12,238); }
div.DivClassName
{
background-color: #F10CEE;
}
.BgClassName
{
background-color: #F10CEE;
}
</style>
border-color css
<style>
span { border-color: #F10CEE; }
span { border-color: rgb(241,12,238); }
td.TdClassName
{
border-color: #F10CEE;
}
.TagClassName
{
border-color: #F10CEE;
}
</style>