Shades of Magenta #F210E5
Tints of Magenta #F210E5
RGB
CMYK
RGB Variations
Color information
#F210E5 (or 0xF210E5) is known color: Magenta. HEX triplet: F2, 10 and E5. RGB value is (242,16,229). Sum of RGB (Red+Green+Blue) = 242+16+229=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 16 (6.64% from 255 or 3.29% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F210E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F210E5 is #0DEF1A. Grayscale: #6B6B6B. Windows color (decimal): -913179 or 15012082. OLE color: 15012082.
HSL color Cylindrical-coordinate representation of color #F210E5: hue angle of 303.45º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F210E5 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 229 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.05 |
| HSL | 303.45º | 0.9% | 0.51% | - |
| HSV(B) | 303.45º | 0.93% | 0.95% | - |
| XYZ | 50.95 | 24.9 | 76.25 | - |
| YUV | 107.86 | 196.37 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 229 | 0 | 0.93 | 0.05 | 0.05 | 303.45 | 0.9 | 0.51 |
| Hex | F2 | 10 | E5 | 0 | 5D | 5 | 5 | 12F | 5A | 33 |
| Octal | 362 | 20 | 345 | 0 | 135 | 5 | 5 | 457 | 132 | 63 |
| Binary | 11110010 | 10000 | 11100101 | 0 | 1011101 | 101 | 101 | 100101111 | 1011010 | 110011 |
Color Harmonies of #F210E5
Complementary color
Monochromatic Colors of #F210E5
Black with #F210E5
Text Example
Text Example
White with #F210E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210E5; }
p { color: rgb(242,16,229); }
H1.HeaderClassName
{
color: #F210E5;
}
.AnyTagClassName
{
color: #F210E5;
}
</style>
background-color css
<style>
a { background-color: #F210E5; }
a { background-color: rgb(242,16,229); }
div.DivClassName
{
background-color: #F210E5;
}
.BgClassName
{
background-color: #F210E5;
}
</style>
border-color css
<style>
span { border-color: #F210E5; }
span { border-color: rgb(242,16,229); }
td.TdClassName
{
border-color: #F210E5;
}
.TagClassName
{
border-color: #F210E5;
}
</style>