Shades of Magenta #F11CED
Tints of Magenta #F11CED
RGB
CMYK
RGB Variations
Color information
#F11CED (or 0xF11CED) is known color: Magenta. HEX triplet: F1, 1C and ED. RGB value is (241,28,237). Sum of RGB (Red+Green+Blue) = 241+28+237=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 28 (11.33% from 255 or 5.53% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11CED is #0EE312. Grayscale: #727272. Windows color (decimal): -975635 or 15539441. OLE color: 15539441.
HSL color Cylindrical-coordinate representation of color #F11CED: hue angle of 301.13º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11CED is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 237 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.05 |
| HSL | 301.13º | 0.88% | 0.53% | - |
| HSV(B) | 301.13º | 0.88% | 0.95% | - |
| XYZ | 51.98 | 25.65 | 82.33 | - |
| YUV | 115.51 | 196.57 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 237 | 0 | 0.88 | 0.02 | 0.05 | 301.13 | 0.88 | 0.53 |
| Hex | F1 | 1C | ED | 0 | 58 | 2 | 5 | 12D | 58 | 35 |
| Octal | 361 | 34 | 355 | 0 | 130 | 2 | 5 | 455 | 130 | 65 |
| Binary | 11110001 | 11100 | 11101101 | 0 | 1011000 | 10 | 101 | 100101101 | 1011000 | 110101 |
Color Harmonies of #F11CED
Complementary color
Monochromatic Colors of #F11CED
Black with #F11CED
Text Example
Text Example
White with #F11CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11CED; }
p { color: rgb(241,28,237); }
H1.HeaderClassName
{
color: #F11CED;
}
.AnyTagClassName
{
color: #F11CED;
}
</style>
background-color css
<style>
a { background-color: #F11CED; }
a { background-color: rgb(241,28,237); }
div.DivClassName
{
background-color: #F11CED;
}
.BgClassName
{
background-color: #F11CED;
}
</style>
border-color css
<style>
span { border-color: #F11CED; }
span { border-color: rgb(241,28,237); }
td.TdClassName
{
border-color: #F11CED;
}
.TagClassName
{
border-color: #F11CED;
}
</style>