Shades of Magenta #F20AFF
Tints of Magenta #F20AFF
RGB
CMYK
RGB Variations
Color information
#F20AFF (or 0xF20AFF) is known color: Magenta. HEX triplet: F2, 0A and FF. RGB value is (242,10,255). Sum of RGB (Red+Green+Blue) = 242+10+255=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 10 (4.30% from 255 or 1.97% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #F20AFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20AFF is #0DF500. Grayscale: #6A6A6A. Windows color (decimal): -914689 or 16714482. OLE color: 16714482.
HSL color Cylindrical-coordinate representation of color #F20AFF: hue angle of 296.82º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20AFF is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 10 | 255 | - |
| CMYK | 0.05 | 0.96 | 0 | 0 |
| HSL | 296.82º | 1% | 0.52% | - |
| HSV(B) | 296.82º | 0.96% | 1% | - |
| XYZ | 54.78 | 26.31 | 96.8 | - |
| YUV | 107.3 | 211.36 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 255 | 0.05 | 0.96 | 0 | 0 | 296.82 | 1 | 0.52 |
| Hex | F2 | A | FF | 5 | 60 | 0 | 0 | 129 | 64 | 34 |
| Octal | 362 | 12 | 377 | 5 | 140 | 0 | 0 | 451 | 144 | 64 |
| Binary | 11110010 | 1010 | 11111111 | 101 | 1100000 | 0 | 0 | 100101001 | 1100100 | 110100 |
Color Harmonies of #F20AFF
Complementary color
Monochromatic Colors of #F20AFF
Black with #F20AFF
Text Example
Text Example
White with #F20AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20AFF; }
p { color: rgb(242,10,255); }
H1.HeaderClassName
{
color: #F20AFF;
}
.AnyTagClassName
{
color: #F20AFF;
}
</style>
background-color css
<style>
a { background-color: #F20AFF; }
a { background-color: rgb(242,10,255); }
div.DivClassName
{
background-color: #F20AFF;
}
.BgClassName
{
background-color: #F20AFF;
}
</style>
border-color css
<style>
span { border-color: #F20AFF; }
span { border-color: rgb(242,10,255); }
td.TdClassName
{
border-color: #F20AFF;
}
.TagClassName
{
border-color: #F20AFF;
}
</style>