Shades of Magenta #F222FE
Tints of Magenta #F222FE
RGB
CMYK
RGB Variations
Color information
#F222FE (or 0xF222FE) is known color: Magenta. HEX triplet: F2, 22 and FE. RGB value is (242,34,254). Sum of RGB (Red+Green+Blue) = 242+34+254=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 34 (13.67% from 255 or 6.42% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #F222FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F222FE is #0DDD01. Grayscale: #787878. Windows color (decimal): -908546 or 16655090. OLE color: 16655090.
HSL color Cylindrical-coordinate representation of color #F222FE: hue angle of 296.73º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F222FE is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 34 | 254 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.00 |
| HSL | 296.73º | 0.99% | 0.56% | - |
| HSV(B) | 296.73º | 0.87% | 1% | - |
| XYZ | 55.08 | 27.18 | 96.11 | - |
| YUV | 121.27 | 202.91 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 254 | 0.05 | 0.87 | 0 | 0.00 | 296.73 | 0.99 | 0.56 |
| Hex | F2 | 22 | FE | 5 | 57 | 0 | 0 | 129 | 63 | 38 |
| Octal | 362 | 42 | 376 | 5 | 127 | 0 | 0 | 451 | 143 | 70 |
| Binary | 11110010 | 100010 | 11111110 | 101 | 1010111 | 0 | 0 | 100101001 | 1100011 | 111000 |
Color Harmonies of #F222FE
Complementary color
Monochromatic Colors of #F222FE
Black with #F222FE
Text Example
Text Example
White with #F222FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F222FE; }
p { color: rgb(242,34,254); }
H1.HeaderClassName
{
color: #F222FE;
}
.AnyTagClassName
{
color: #F222FE;
}
</style>
background-color css
<style>
a { background-color: #F222FE; }
a { background-color: rgb(242,34,254); }
div.DivClassName
{
background-color: #F222FE;
}
.BgClassName
{
background-color: #F222FE;
}
</style>
border-color css
<style>
span { border-color: #F222FE; }
span { border-color: rgb(242,34,254); }
td.TdClassName
{
border-color: #F222FE;
}
.TagClassName
{
border-color: #F222FE;
}
</style>