Shades of Magenta #F220FB
Tints of Magenta #F220FB
RGB
CMYK
RGB Variations
Color information
#F220FB (or 0xF220FB) is known color: Magenta. HEX triplet: F2, 20 and FB. RGB value is (242,32,251). Sum of RGB (Red+Green+Blue) = 242+32+251=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 32 (12.89% from 255 or 6.10% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #F220FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F220FB is #0DDF04. Grayscale: #777777. Windows color (decimal): -909061 or 16457970. OLE color: 16457970.
HSL color Cylindrical-coordinate representation of color #F220FB: hue angle of 297.53º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F220FB is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 32 | 251 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.02 |
| HSL | 297.53º | 0.96% | 0.55% | - |
| HSV(B) | 297.53º | 0.87% | 0.98% | - |
| XYZ | 54.55 | 26.88 | 93.58 | - |
| YUV | 119.76 | 202.07 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 251 | 0.04 | 0.87 | 0 | 0.02 | 297.53 | 0.96 | 0.55 |
| Hex | F2 | 20 | FB | 4 | 57 | 0 | 2 | 12A | 60 | 37 |
| Octal | 362 | 40 | 373 | 4 | 127 | 0 | 2 | 452 | 140 | 67 |
| Binary | 11110010 | 100000 | 11111011 | 100 | 1010111 | 0 | 10 | 100101010 | 1100000 | 110111 |
Color Harmonies of #F220FB
Complementary color
Monochromatic Colors of #F220FB
Black with #F220FB
Text Example
Text Example
White with #F220FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F220FB; }
p { color: rgb(242,32,251); }
H1.HeaderClassName
{
color: #F220FB;
}
.AnyTagClassName
{
color: #F220FB;
}
</style>
background-color css
<style>
a { background-color: #F220FB; }
a { background-color: rgb(242,32,251); }
div.DivClassName
{
background-color: #F220FB;
}
.BgClassName
{
background-color: #F220FB;
}
</style>
border-color css
<style>
span { border-color: #F220FB; }
span { border-color: rgb(242,32,251); }
td.TdClassName
{
border-color: #F220FB;
}
.TagClassName
{
border-color: #F220FB;
}
</style>