Shades of Magenta #F10DEC
Tints of Magenta #F10DEC
RGB
CMYK
RGB Variations
Color information
#F10DEC (or 0xF10DEC) is known color: Magenta. HEX triplet: F1, 0D and EC. RGB value is (241,13,236). Sum of RGB (Red+Green+Blue) = 241+13+236=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 13 (5.47% from 255 or 2.65% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10DEC is #0EF213. Grayscale: #696969. Windows color (decimal): -979476 or 15470065. OLE color: 15470065.
HSL color Cylindrical-coordinate representation of color #F10DEC: hue angle of 301.32º degrees, saturation: 0.9, 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 #F10DEC is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 236 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.05 |
| HSL | 301.32º | 0.9% | 0.5% | - |
| HSV(B) | 301.32º | 0.95% | 0.95% | - |
| XYZ | 51.56 | 25.04 | 81.47 | - |
| YUV | 106.59 | 201.04 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 236 | 0 | 0.95 | 0.02 | 0.05 | 301.32 | 0.9 | 0.5 |
| Hex | F1 | D | EC | 0 | 5F | 2 | 5 | 12D | 5A | 32 |
| Octal | 361 | 15 | 354 | 0 | 137 | 2 | 5 | 455 | 132 | 62 |
| Binary | 11110001 | 1101 | 11101100 | 0 | 1011111 | 10 | 101 | 100101101 | 1011010 | 110010 |
Color Harmonies of #F10DEC
Complementary color
Monochromatic Colors of #F10DEC
Black with #F10DEC
Text Example
Text Example
White with #F10DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10DEC; }
p { color: rgb(241,13,236); }
H1.HeaderClassName
{
color: #F10DEC;
}
.AnyTagClassName
{
color: #F10DEC;
}
</style>
background-color css
<style>
a { background-color: #F10DEC; }
a { background-color: rgb(241,13,236); }
div.DivClassName
{
background-color: #F10DEC;
}
.BgClassName
{
background-color: #F10DEC;
}
</style>
border-color css
<style>
span { border-color: #F10DEC; }
span { border-color: rgb(241,13,236); }
td.TdClassName
{
border-color: #F10DEC;
}
.TagClassName
{
border-color: #F10DEC;
}
</style>