Shades of Magenta #F022FF
Tints of Magenta #F022FF
RGB
CMYK
RGB Variations
Color information
#F022FF (or 0xF022FF) is known color: Magenta. HEX triplet: F0, 22 and FF. RGB value is (240,34,255). Sum of RGB (Red+Green+Blue) = 240+34+255=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 34 (13.67% from 255 or 6.43% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #F022FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F022FF is #0FDD00. Grayscale: #787878. Windows color (decimal): -1039617 or 16720624. OLE color: 16720624.
HSL color Cylindrical-coordinate representation of color #F022FF: hue angle of 295.93º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F022FF is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 34 | 255 | - |
| CMYK | 0.06 | 0.87 | 0 | 0 |
| HSL | 295.93º | 1% | 0.57% | - |
| HSV(B) | 295.93º | 0.87% | 1% | - |
| XYZ | 54.56 | 26.89 | 96.92 | - |
| YUV | 120.79 | 203.75 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 255 | 0.06 | 0.87 | 0 | 0 | 295.93 | 1 | 0.57 |
| Hex | F0 | 22 | FF | 6 | 57 | 0 | 0 | 128 | 64 | 39 |
| Octal | 360 | 42 | 377 | 6 | 127 | 0 | 0 | 450 | 144 | 71 |
| Binary | 11110000 | 100010 | 11111111 | 110 | 1010111 | 0 | 0 | 100101000 | 1100100 | 111001 |
Color Harmonies of #F022FF
Complementary color
Monochromatic Colors of #F022FF
Black with #F022FF
Text Example
Text Example
White with #F022FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F022FF; }
p { color: rgb(240,34,255); }
H1.HeaderClassName
{
color: #F022FF;
}
.AnyTagClassName
{
color: #F022FF;
}
</style>
background-color css
<style>
a { background-color: #F022FF; }
a { background-color: rgb(240,34,255); }
div.DivClassName
{
background-color: #F022FF;
}
.BgClassName
{
background-color: #F022FF;
}
</style>
border-color css
<style>
span { border-color: #F022FF; }
span { border-color: rgb(240,34,255); }
td.TdClassName
{
border-color: #F022FF;
}
.TagClassName
{
border-color: #F022FF;
}
</style>