Shades of Magenta #F210FA
Tints of Magenta #F210FA
RGB
CMYK
RGB Variations
Color information
#F210FA (or 0xF210FA) is known color: Magenta. HEX triplet: F2, 10 and FA. RGB value is (242,16,250). Sum of RGB (Red+Green+Blue) = 242+16+250=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 16 (6.64% from 255 or 3.15% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #F210FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F210FA is #0DEF05. Grayscale: #6D6D6D. Windows color (decimal): -913158 or 16388338. OLE color: 16388338.
HSL color Cylindrical-coordinate representation of color #F210FA: hue angle of 297.95º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F210FA is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 16 | 250 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.02 |
| HSL | 297.95º | 0.96% | 0.52% | - |
| HSV(B) | 297.95º | 0.94% | 0.98% | - |
| XYZ | 54.06 | 26.15 | 92.64 | - |
| YUV | 110.25 | 206.87 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 250 | 0.03 | 0.94 | 0 | 0.02 | 297.95 | 0.96 | 0.52 |
| Hex | F2 | 10 | FA | 3 | 5E | 0 | 2 | 12A | 60 | 34 |
| Octal | 362 | 20 | 372 | 3 | 136 | 0 | 2 | 452 | 140 | 64 |
| Binary | 11110010 | 10000 | 11111010 | 11 | 1011110 | 0 | 10 | 100101010 | 1100000 | 110100 |
Color Harmonies of #F210FA
Complementary color
Monochromatic Colors of #F210FA
Black with #F210FA
Text Example
Text Example
White with #F210FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210FA; }
p { color: rgb(242,16,250); }
H1.HeaderClassName
{
color: #F210FA;
}
.AnyTagClassName
{
color: #F210FA;
}
</style>
background-color css
<style>
a { background-color: #F210FA; }
a { background-color: rgb(242,16,250); }
div.DivClassName
{
background-color: #F210FA;
}
.BgClassName
{
background-color: #F210FA;
}
</style>
border-color css
<style>
span { border-color: #F210FA; }
span { border-color: rgb(242,16,250); }
td.TdClassName
{
border-color: #F210FA;
}
.TagClassName
{
border-color: #F210FA;
}
</style>