Shades of Magenta #F022FA
Tints of Magenta #F022FA
RGB
CMYK
RGB Variations
Color information
#F022FA (or 0xF022FA) is known color: Magenta. HEX triplet: F0, 22 and FA. RGB value is (240,34,250). Sum of RGB (Red+Green+Blue) = 240+34+250=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 34 (13.67% from 255 or 6.49% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #F022FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F022FA is #0FDD05. Grayscale: #777777. Windows color (decimal): -1039622 or 16392944. OLE color: 16392944.
HSL color Cylindrical-coordinate representation of color #F022FA: hue angle of 297.22º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F022FA is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 34 | 250 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.02 |
| HSL | 297.22º | 0.96% | 0.56% | - |
| HSV(B) | 297.22º | 0.86% | 0.98% | - |
| XYZ | 53.76 | 26.57 | 92.74 | - |
| YUV | 120.22 | 201.25 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 250 | 0.04 | 0.86 | 0 | 0.02 | 297.22 | 0.96 | 0.56 |
| Hex | F0 | 22 | FA | 4 | 56 | 0 | 2 | 129 | 60 | 38 |
| Octal | 360 | 42 | 372 | 4 | 126 | 0 | 2 | 451 | 140 | 70 |
| Binary | 11110000 | 100010 | 11111010 | 100 | 1010110 | 0 | 10 | 100101001 | 1100000 | 111000 |
Color Harmonies of #F022FA
Complementary color
Monochromatic Colors of #F022FA
Black with #F022FA
Text Example
Text Example
White with #F022FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F022FA; }
p { color: rgb(240,34,250); }
H1.HeaderClassName
{
color: #F022FA;
}
.AnyTagClassName
{
color: #F022FA;
}
</style>
background-color css
<style>
a { background-color: #F022FA; }
a { background-color: rgb(240,34,250); }
div.DivClassName
{
background-color: #F022FA;
}
.BgClassName
{
background-color: #F022FA;
}
</style>
border-color css
<style>
span { border-color: #F022FA; }
span { border-color: rgb(240,34,250); }
td.TdClassName
{
border-color: #F022FA;
}
.TagClassName
{
border-color: #F022FA;
}
</style>