Shades of Magenta #F21CEC
Tints of Magenta #F21CEC
RGB
CMYK
RGB Variations
Color information
#F21CEC (or 0xF21CEC) is known color: Magenta. HEX triplet: F2, 1C and EC. RGB value is (242,28,236). Sum of RGB (Red+Green+Blue) = 242+28+236=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 28 (11.33% from 255 or 5.53% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21CEC is #0DE313. Grayscale: #737373. Windows color (decimal): -910100 or 15473906. OLE color: 15473906.
HSL color Cylindrical-coordinate representation of color #F21CEC: hue angle of 301.68º degrees, saturation: 0.89, 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 #F21CEC is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 236 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.05 |
| HSL | 301.68º | 0.89% | 0.53% | - |
| HSV(B) | 301.68º | 0.88% | 0.95% | - |
| XYZ | 52.17 | 25.76 | 81.58 | - |
| YUV | 115.7 | 195.9 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 236 | 0 | 0.88 | 0.02 | 0.05 | 301.68 | 0.89 | 0.53 |
| Hex | F2 | 1C | EC | 0 | 58 | 2 | 5 | 12E | 59 | 35 |
| Octal | 362 | 34 | 354 | 0 | 130 | 2 | 5 | 456 | 131 | 65 |
| Binary | 11110010 | 11100 | 11101100 | 0 | 1011000 | 10 | 101 | 100101110 | 1011001 | 110101 |
Color Harmonies of #F21CEC
Complementary color
Monochromatic Colors of #F21CEC
Black with #F21CEC
Text Example
Text Example
White with #F21CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CEC; }
p { color: rgb(242,28,236); }
H1.HeaderClassName
{
color: #F21CEC;
}
.AnyTagClassName
{
color: #F21CEC;
}
</style>
background-color css
<style>
a { background-color: #F21CEC; }
a { background-color: rgb(242,28,236); }
div.DivClassName
{
background-color: #F21CEC;
}
.BgClassName
{
background-color: #F21CEC;
}
</style>
border-color css
<style>
span { border-color: #F21CEC; }
span { border-color: rgb(242,28,236); }
td.TdClassName
{
border-color: #F21CEC;
}
.TagClassName
{
border-color: #F21CEC;
}
</style>