Shades of Magenta #F21CEF
Tints of Magenta #F21CEF
RGB
CMYK
RGB Variations
Color information
#F21CEF (or 0xF21CEF) is known color: Magenta. HEX triplet: F2, 1C and EF. RGB value is (242,28,239). Sum of RGB (Red+Green+Blue) = 242+28+239=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 28 (11.33% from 255 or 5.50% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21CEF is #0DE310. Grayscale: #737373. Windows color (decimal): -910097 or 15670514. OLE color: 15670514.
HSL color Cylindrical-coordinate representation of color #F21CEF: hue angle of 300.84º 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 #F21CEF is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 239 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.05 |
| HSL | 300.84º | 0.89% | 0.53% | - |
| HSV(B) | 300.84º | 0.88% | 0.95% | - |
| XYZ | 52.61 | 25.94 | 83.9 | - |
| YUV | 116.04 | 197.4 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 239 | 0 | 0.88 | 0.01 | 0.05 | 300.84 | 0.89 | 0.53 |
| Hex | F2 | 1C | EF | 0 | 58 | 1 | 5 | 12D | 59 | 35 |
| Octal | 362 | 34 | 357 | 0 | 130 | 1 | 5 | 455 | 131 | 65 |
| Binary | 11110010 | 11100 | 11101111 | 0 | 1011000 | 1 | 101 | 100101101 | 1011001 | 110101 |
Color Harmonies of #F21CEF
Complementary color
Monochromatic Colors of #F21CEF
Black with #F21CEF
Text Example
Text Example
White with #F21CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CEF; }
p { color: rgb(242,28,239); }
H1.HeaderClassName
{
color: #F21CEF;
}
.AnyTagClassName
{
color: #F21CEF;
}
</style>
background-color css
<style>
a { background-color: #F21CEF; }
a { background-color: rgb(242,28,239); }
div.DivClassName
{
background-color: #F21CEF;
}
.BgClassName
{
background-color: #F21CEF;
}
</style>
border-color css
<style>
span { border-color: #F21CEF; }
span { border-color: rgb(242,28,239); }
td.TdClassName
{
border-color: #F21CEF;
}
.TagClassName
{
border-color: #F21CEF;
}
</style>