Shades of Magenta #F222FB
Tints of Magenta #F222FB
RGB
CMYK
RGB Variations
Color information
#F222FB (or 0xF222FB) is known color: Magenta. HEX triplet: F2, 22 and FB. RGB value is (242,34,251). Sum of RGB (Red+Green+Blue) = 242+34+251=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 34 (13.67% from 255 or 6.45% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #F222FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F222FB is #0DDD04. Grayscale: #787878. Windows color (decimal): -908549 or 16458482. OLE color: 16458482.
HSL color Cylindrical-coordinate representation of color #F222FB: hue angle of 297.51º 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 #F222FB is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 34 | 251 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.02 |
| HSL | 297.51º | 0.96% | 0.56% | - |
| HSV(B) | 297.51º | 0.86% | 0.98% | - |
| XYZ | 54.6 | 26.99 | 93.6 | - |
| YUV | 120.93 | 201.41 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 251 | 0.04 | 0.86 | 0 | 0.02 | 297.51 | 0.96 | 0.56 |
| Hex | F2 | 22 | FB | 4 | 56 | 0 | 2 | 12A | 60 | 38 |
| Octal | 362 | 42 | 373 | 4 | 126 | 0 | 2 | 452 | 140 | 70 |
| Binary | 11110010 | 100010 | 11111011 | 100 | 1010110 | 0 | 10 | 100101010 | 1100000 | 111000 |
Color Harmonies of #F222FB
Complementary color
Monochromatic Colors of #F222FB
Black with #F222FB
Text Example
Text Example
White with #F222FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F222FB; }
p { color: rgb(242,34,251); }
H1.HeaderClassName
{
color: #F222FB;
}
.AnyTagClassName
{
color: #F222FB;
}
</style>
background-color css
<style>
a { background-color: #F222FB; }
a { background-color: rgb(242,34,251); }
div.DivClassName
{
background-color: #F222FB;
}
.BgClassName
{
background-color: #F222FB;
}
</style>
border-color css
<style>
span { border-color: #F222FB; }
span { border-color: rgb(242,34,251); }
td.TdClassName
{
border-color: #F222FB;
}
.TagClassName
{
border-color: #F222FB;
}
</style>