Shades of Magenta #F21CEA
Tints of Magenta #F21CEA
RGB
CMYK
RGB Variations
Color information
#F21CEA (or 0xF21CEA) is known color: Magenta. HEX triplet: F2, 1C and EA. RGB value is (242,28,234). Sum of RGB (Red+Green+Blue) = 242+28+234=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 28 (11.33% from 255 or 5.56% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21CEA is #0DE315. Grayscale: #727272. Windows color (decimal): -910102 or 15342834. OLE color: 15342834.
HSL color Cylindrical-coordinate representation of color #F21CEA: hue angle of 302.24º 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 #F21CEA is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 234 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.05 |
| HSL | 302.24º | 0.89% | 0.53% | - |
| HSV(B) | 302.24º | 0.88% | 0.95% | - |
| XYZ | 51.88 | 25.65 | 80.06 | - |
| YUV | 115.47 | 194.9 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 234 | 0 | 0.88 | 0.03 | 0.05 | 302.24 | 0.89 | 0.53 |
| Hex | F2 | 1C | EA | 0 | 58 | 3 | 5 | 12E | 59 | 35 |
| Octal | 362 | 34 | 352 | 0 | 130 | 3 | 5 | 456 | 131 | 65 |
| Binary | 11110010 | 11100 | 11101010 | 0 | 1011000 | 11 | 101 | 100101110 | 1011001 | 110101 |
Color Harmonies of #F21CEA
Complementary color
Monochromatic Colors of #F21CEA
Black with #F21CEA
Text Example
Text Example
White with #F21CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CEA; }
p { color: rgb(242,28,234); }
H1.HeaderClassName
{
color: #F21CEA;
}
.AnyTagClassName
{
color: #F21CEA;
}
</style>
background-color css
<style>
a { background-color: #F21CEA; }
a { background-color: rgb(242,28,234); }
div.DivClassName
{
background-color: #F21CEA;
}
.BgClassName
{
background-color: #F21CEA;
}
</style>
border-color css
<style>
span { border-color: #F21CEA; }
span { border-color: rgb(242,28,234); }
td.TdClassName
{
border-color: #F21CEA;
}
.TagClassName
{
border-color: #F21CEA;
}
</style>