Shades of Magenta #F210F0
Tints of Magenta #F210F0
RGB
CMYK
RGB Variations
Color information
#F210F0 (or 0xF210F0) is known color: Magenta. HEX triplet: F2, 10 and F0. RGB value is (242,16,240). Sum of RGB (Red+Green+Blue) = 242+16+240=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 16 (6.64% from 255 or 3.21% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F210F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F210F0 is #0DEF0F. Grayscale: #6C6C6C. Windows color (decimal): -913168 or 15732978. OLE color: 15732978.
HSL color Cylindrical-coordinate representation of color #F210F0: hue angle of 300.53º 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 #F210F0 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 240 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.05 |
| HSL | 300.53º | 0.9% | 0.51% | - |
| HSV(B) | 300.53º | 0.93% | 0.95% | - |
| XYZ | 52.53 | 25.54 | 84.6 | - |
| YUV | 109.11 | 201.87 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 240 | 0 | 0.93 | 0.01 | 0.05 | 300.53 | 0.9 | 0.51 |
| Hex | F2 | 10 | F0 | 0 | 5D | 1 | 5 | 12D | 5A | 33 |
| Octal | 362 | 20 | 360 | 0 | 135 | 1 | 5 | 455 | 132 | 63 |
| Binary | 11110010 | 10000 | 11110000 | 0 | 1011101 | 1 | 101 | 100101101 | 1011010 | 110011 |
Color Harmonies of #F210F0
Complementary color
Monochromatic Colors of #F210F0
Black with #F210F0
Text Example
Text Example
White with #F210F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210F0; }
p { color: rgb(242,16,240); }
H1.HeaderClassName
{
color: #F210F0;
}
.AnyTagClassName
{
color: #F210F0;
}
</style>
background-color css
<style>
a { background-color: #F210F0; }
a { background-color: rgb(242,16,240); }
div.DivClassName
{
background-color: #F210F0;
}
.BgClassName
{
background-color: #F210F0;
}
</style>
border-color css
<style>
span { border-color: #F210F0; }
span { border-color: rgb(242,16,240); }
td.TdClassName
{
border-color: #F210F0;
}
.TagClassName
{
border-color: #F210F0;
}
</style>