Shades of Magenta #F02DFB
Tints of Magenta #F02DFB
RGB
CMYK
RGB Variations
Color information
#F02DFB (or 0xF02DFB) is known color: Magenta. HEX triplet: F0, 2D and FB. RGB value is (240,45,251). Sum of RGB (Red+Green+Blue) = 240+45+251=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 45 (17.97% from 255 or 8.40% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #F02DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02DFB is #0FD204. Grayscale: #7E7E7E. Windows color (decimal): -1036805 or 16461296. OLE color: 16461296.
HSL color Cylindrical-coordinate representation of color #F02DFB: hue angle of 296.8º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02DFB is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 45 | 251 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.02 |
| HSL | 296.8º | 0.96% | 0.58% | - |
| HSV(B) | 296.8º | 0.82% | 0.98% | - |
| XYZ | 54.29 | 27.37 | 93.69 | - |
| YUV | 126.79 | 198.1 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 45 | 251 | 0.04 | 0.82 | 0 | 0.02 | 296.8 | 0.96 | 0.58 |
| Hex | F0 | 2D | FB | 4 | 52 | 0 | 2 | 129 | 60 | 3A |
| Octal | 360 | 55 | 373 | 4 | 122 | 0 | 2 | 451 | 140 | 72 |
| Binary | 11110000 | 101101 | 11111011 | 100 | 1010010 | 0 | 10 | 100101001 | 1100000 | 111010 |
Color Harmonies of #F02DFB
Complementary color
Monochromatic Colors of #F02DFB
Black with #F02DFB
Text Example
Text Example
White with #F02DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02DFB; }
p { color: rgb(240,45,251); }
H1.HeaderClassName
{
color: #F02DFB;
}
.AnyTagClassName
{
color: #F02DFB;
}
</style>
background-color css
<style>
a { background-color: #F02DFB; }
a { background-color: rgb(240,45,251); }
div.DivClassName
{
background-color: #F02DFB;
}
.BgClassName
{
background-color: #F02DFB;
}
</style>
border-color css
<style>
span { border-color: #F02DFB; }
span { border-color: rgb(240,45,251); }
td.TdClassName
{
border-color: #F02DFB;
}
.TagClassName
{
border-color: #F02DFB;
}
</style>