Shades of Magenta #F21CE6
Tints of Magenta #F21CE6
RGB
CMYK
RGB Variations
Color information
#F21CE6 (or 0xF21CE6) is known color: Magenta. HEX triplet: F2, 1C and E6. RGB value is (242,28,230). Sum of RGB (Red+Green+Blue) = 242+28+230=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 28 (11.33% from 255 or 5.6% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21CE6 is #0DE319. Grayscale: #727272. Windows color (decimal): -910106 or 15080690. OLE color: 15080690.
HSL color Cylindrical-coordinate representation of color #F21CE6: hue angle of 303.36º 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 #F21CE6 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 230 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.05 |
| HSL | 303.36º | 0.89% | 0.53% | - |
| HSV(B) | 303.36º | 0.88% | 0.95% | - |
| XYZ | 51.32 | 25.42 | 77.06 | - |
| YUV | 115.01 | 192.9 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 230 | 0 | 0.88 | 0.05 | 0.05 | 303.36 | 0.89 | 0.53 |
| Hex | F2 | 1C | E6 | 0 | 58 | 5 | 5 | 12F | 59 | 35 |
| Octal | 362 | 34 | 346 | 0 | 130 | 5 | 5 | 457 | 131 | 65 |
| Binary | 11110010 | 11100 | 11100110 | 0 | 1011000 | 101 | 101 | 100101111 | 1011001 | 110101 |
Color Harmonies of #F21CE6
Complementary color
Monochromatic Colors of #F21CE6
Black with #F21CE6
Text Example
Text Example
White with #F21CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CE6; }
p { color: rgb(242,28,230); }
H1.HeaderClassName
{
color: #F21CE6;
}
.AnyTagClassName
{
color: #F21CE6;
}
</style>
background-color css
<style>
a { background-color: #F21CE6; }
a { background-color: rgb(242,28,230); }
div.DivClassName
{
background-color: #F21CE6;
}
.BgClassName
{
background-color: #F21CE6;
}
</style>
border-color css
<style>
span { border-color: #F21CE6; }
span { border-color: rgb(242,28,230); }
td.TdClassName
{
border-color: #F21CE6;
}
.TagClassName
{
border-color: #F21CE6;
}
</style>