Shades of Magenta #F022FB
Tints of Magenta #F022FB
RGB
CMYK
RGB Variations
Color information
#F022FB (or 0xF022FB) is known color: Magenta. HEX triplet: F0, 22 and FB. RGB value is (240,34,251). Sum of RGB (Red+Green+Blue) = 240+34+251=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 34 (13.67% from 255 or 6.48% 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 #F022FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F022FB is #0FDD04. Grayscale: #777777. Windows color (decimal): -1039621 or 16458480. OLE color: 16458480.
HSL color Cylindrical-coordinate representation of color #F022FB: hue angle of 296.96º 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 #F022FB is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 34 | 251 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.02 |
| HSL | 296.96º | 0.96% | 0.56% | - |
| HSV(B) | 296.96º | 0.86% | 0.98% | - |
| XYZ | 53.92 | 26.63 | 93.57 | - |
| YUV | 120.33 | 201.75 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 251 | 0.04 | 0.86 | 0 | 0.02 | 296.96 | 0.96 | 0.56 |
| Hex | F0 | 22 | FB | 4 | 56 | 0 | 2 | 129 | 60 | 38 |
| Octal | 360 | 42 | 373 | 4 | 126 | 0 | 2 | 451 | 140 | 70 |
| Binary | 11110000 | 100010 | 11111011 | 100 | 1010110 | 0 | 10 | 100101001 | 1100000 | 111000 |
Color Harmonies of #F022FB
Complementary color
Monochromatic Colors of #F022FB
Black with #F022FB
Text Example
Text Example
White with #F022FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F022FB; }
p { color: rgb(240,34,251); }
H1.HeaderClassName
{
color: #F022FB;
}
.AnyTagClassName
{
color: #F022FB;
}
</style>
background-color css
<style>
a { background-color: #F022FB; }
a { background-color: rgb(240,34,251); }
div.DivClassName
{
background-color: #F022FB;
}
.BgClassName
{
background-color: #F022FB;
}
</style>
border-color css
<style>
span { border-color: #F022FB; }
span { border-color: rgb(240,34,251); }
td.TdClassName
{
border-color: #F022FB;
}
.TagClassName
{
border-color: #F022FB;
}
</style>