Shades of Magenta #F21CED
Tints of Magenta #F21CED
RGB
CMYK
RGB Variations
Color information
#F21CED (or 0xF21CED) is known color: Magenta. HEX triplet: F2, 1C and ED. RGB value is (242,28,237). Sum of RGB (Red+Green+Blue) = 242+28+237=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 28 (11.33% from 255 or 5.52% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21CED is #0DE312. Grayscale: #737373. Windows color (decimal): -910099 or 15539442. OLE color: 15539442.
HSL color Cylindrical-coordinate representation of color #F21CED: hue angle of 301.4º 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 #F21CED is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 237 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.05 |
| HSL | 301.4º | 0.89% | 0.53% | - |
| HSV(B) | 301.4º | 0.88% | 0.95% | - |
| XYZ | 52.32 | 25.82 | 82.35 | - |
| YUV | 115.81 | 196.4 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 237 | 0 | 0.88 | 0.02 | 0.05 | 301.4 | 0.89 | 0.53 |
| Hex | F2 | 1C | ED | 0 | 58 | 2 | 5 | 12D | 59 | 35 |
| Octal | 362 | 34 | 355 | 0 | 130 | 2 | 5 | 455 | 131 | 65 |
| Binary | 11110010 | 11100 | 11101101 | 0 | 1011000 | 10 | 101 | 100101101 | 1011001 | 110101 |
Color Harmonies of #F21CED
Complementary color
Monochromatic Colors of #F21CED
Black with #F21CED
Text Example
Text Example
White with #F21CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CED; }
p { color: rgb(242,28,237); }
H1.HeaderClassName
{
color: #F21CED;
}
.AnyTagClassName
{
color: #F21CED;
}
</style>
background-color css
<style>
a { background-color: #F21CED; }
a { background-color: rgb(242,28,237); }
div.DivClassName
{
background-color: #F21CED;
}
.BgClassName
{
background-color: #F21CED;
}
</style>
border-color css
<style>
span { border-color: #F21CED; }
span { border-color: rgb(242,28,237); }
td.TdClassName
{
border-color: #F21CED;
}
.TagClassName
{
border-color: #F21CED;
}
</style>