Shades of Magenta #F02AFB
Tints of Magenta #F02AFB
RGB
CMYK
RGB Variations
Color information
#F02AFB (or 0xF02AFB) is known color: Magenta. HEX triplet: F0, 2A and FB. RGB value is (240,42,251). Sum of RGB (Red+Green+Blue) = 240+42+251=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 42 (16.80% from 255 or 7.88% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #F02AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02AFB is #0FD504. Grayscale: #7C7C7C. Windows color (decimal): -1037573 or 16460528. OLE color: 16460528.
HSL color Cylindrical-coordinate representation of color #F02AFB: hue angle of 296.84º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F02AFB is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 42 | 251 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.02 |
| HSL | 296.84º | 0.96% | 0.57% | - |
| HSV(B) | 296.84º | 0.83% | 0.98% | - |
| XYZ | 54.18 | 27.15 | 93.65 | - |
| YUV | 125.03 | 199.1 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 251 | 0.04 | 0.83 | 0 | 0.02 | 296.84 | 0.96 | 0.57 |
| Hex | F0 | 2A | FB | 4 | 53 | 0 | 2 | 129 | 60 | 39 |
| Octal | 360 | 52 | 373 | 4 | 123 | 0 | 2 | 451 | 140 | 71 |
| Binary | 11110000 | 101010 | 11111011 | 100 | 1010011 | 0 | 10 | 100101001 | 1100000 | 111001 |
Color Harmonies of #F02AFB
Complementary color
Monochromatic Colors of #F02AFB
Black with #F02AFB
Text Example
Text Example
White with #F02AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02AFB; }
p { color: rgb(240,42,251); }
H1.HeaderClassName
{
color: #F02AFB;
}
.AnyTagClassName
{
color: #F02AFB;
}
</style>
background-color css
<style>
a { background-color: #F02AFB; }
a { background-color: rgb(240,42,251); }
div.DivClassName
{
background-color: #F02AFB;
}
.BgClassName
{
background-color: #F02AFB;
}
</style>
border-color css
<style>
span { border-color: #F02AFB; }
span { border-color: rgb(240,42,251); }
td.TdClassName
{
border-color: #F02AFB;
}
.TagClassName
{
border-color: #F02AFB;
}
</style>