Shades of Magenta #F21CE9
Tints of Magenta #F21CE9
RGB
CMYK
RGB Variations
Color information
#F21CE9 (or 0xF21CE9) is known color: Magenta. HEX triplet: F2, 1C and E9. RGB value is (242,28,233). Sum of RGB (Red+Green+Blue) = 242+28+233=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 28 (11.33% from 255 or 5.57% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21CE9 is #0DE316. Grayscale: #727272. Windows color (decimal): -910103 or 15277298. OLE color: 15277298.
HSL color Cylindrical-coordinate representation of color #F21CE9: hue angle of 302.52º 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 #F21CE9 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 233 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.05 |
| HSL | 302.52º | 0.89% | 0.53% | - |
| HSV(B) | 302.52º | 0.88% | 0.95% | - |
| XYZ | 51.74 | 25.59 | 79.3 | - |
| YUV | 115.36 | 194.4 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 233 | 0 | 0.88 | 0.04 | 0.05 | 302.52 | 0.89 | 0.53 |
| Hex | F2 | 1C | E9 | 0 | 58 | 4 | 5 | 12F | 59 | 35 |
| Octal | 362 | 34 | 351 | 0 | 130 | 4 | 5 | 457 | 131 | 65 |
| Binary | 11110010 | 11100 | 11101001 | 0 | 1011000 | 100 | 101 | 100101111 | 1011001 | 110101 |
Color Harmonies of #F21CE9
Complementary color
Monochromatic Colors of #F21CE9
Black with #F21CE9
Text Example
Text Example
White with #F21CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CE9; }
p { color: rgb(242,28,233); }
H1.HeaderClassName
{
color: #F21CE9;
}
.AnyTagClassName
{
color: #F21CE9;
}
</style>
background-color css
<style>
a { background-color: #F21CE9; }
a { background-color: rgb(242,28,233); }
div.DivClassName
{
background-color: #F21CE9;
}
.BgClassName
{
background-color: #F21CE9;
}
</style>
border-color css
<style>
span { border-color: #F21CE9; }
span { border-color: rgb(242,28,233); }
td.TdClassName
{
border-color: #F21CE9;
}
.TagClassName
{
border-color: #F21CE9;
}
</style>