Shades of Magenta #F222FC
Tints of Magenta #F222FC
RGB
CMYK
RGB Variations
Color information
#F222FC (or 0xF222FC) is known color: Magenta. HEX triplet: F2, 22 and FC. RGB value is (242,34,252). Sum of RGB (Red+Green+Blue) = 242+34+252=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 34 (13.67% from 255 or 6.44% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #F222FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F222FC is #0DDD03. Grayscale: #787878. Windows color (decimal): -908548 or 16524018. OLE color: 16524018.
HSL color Cylindrical-coordinate representation of color #F222FC: hue angle of 297.25º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F222FC is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 34 | 252 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.01 |
| HSL | 297.25º | 0.97% | 0.56% | - |
| HSV(B) | 297.25º | 0.87% | 0.99% | - |
| XYZ | 54.76 | 27.05 | 94.43 | - |
| YUV | 121.04 | 201.91 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 252 | 0.04 | 0.87 | 0 | 0.01 | 297.25 | 0.97 | 0.56 |
| Hex | F2 | 22 | FC | 4 | 57 | 0 | 1 | 129 | 61 | 38 |
| Octal | 362 | 42 | 374 | 4 | 127 | 0 | 1 | 451 | 141 | 70 |
| Binary | 11110010 | 100010 | 11111100 | 100 | 1010111 | 0 | 1 | 100101001 | 1100001 | 111000 |
Color Harmonies of #F222FC
Complementary color
Monochromatic Colors of #F222FC
Black with #F222FC
Text Example
Text Example
White with #F222FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F222FC; }
p { color: rgb(242,34,252); }
H1.HeaderClassName
{
color: #F222FC;
}
.AnyTagClassName
{
color: #F222FC;
}
</style>
background-color css
<style>
a { background-color: #F222FC; }
a { background-color: rgb(242,34,252); }
div.DivClassName
{
background-color: #F222FC;
}
.BgClassName
{
background-color: #F222FC;
}
</style>
border-color css
<style>
span { border-color: #F222FC; }
span { border-color: rgb(242,34,252); }
td.TdClassName
{
border-color: #F222FC;
}
.TagClassName
{
border-color: #F222FC;
}
</style>