Shades of Magenta #F02BFB
Tints of Magenta #F02BFB
RGB
CMYK
RGB Variations
Color information
#F02BFB (or 0xF02BFB) is known color: Magenta. HEX triplet: F0, 2B and FB. RGB value is (240,43,251). Sum of RGB (Red+Green+Blue) = 240+43+251=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 43 (17.19% from 255 or 8.05% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #F02BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02BFB is #0FD404. Grayscale: #7C7C7C. Windows color (decimal): -1037317 or 16460784. OLE color: 16460784.
HSL color Cylindrical-coordinate representation of color #F02BFB: hue angle of 296.83º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F02BFB is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 43 | 251 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.02 |
| HSL | 296.83º | 0.96% | 0.58% | - |
| HSV(B) | 296.83º | 0.83% | 0.98% | - |
| XYZ | 54.21 | 27.22 | 93.66 | - |
| YUV | 125.62 | 198.77 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 43 | 251 | 0.04 | 0.83 | 0 | 0.02 | 296.83 | 0.96 | 0.58 |
| Hex | F0 | 2B | FB | 4 | 53 | 0 | 2 | 129 | 60 | 3A |
| Octal | 360 | 53 | 373 | 4 | 123 | 0 | 2 | 451 | 140 | 72 |
| Binary | 11110000 | 101011 | 11111011 | 100 | 1010011 | 0 | 10 | 100101001 | 1100000 | 111010 |
Color Harmonies of #F02BFB
Complementary color
Monochromatic Colors of #F02BFB
Black with #F02BFB
Text Example
Text Example
White with #F02BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02BFB; }
p { color: rgb(240,43,251); }
H1.HeaderClassName
{
color: #F02BFB;
}
.AnyTagClassName
{
color: #F02BFB;
}
</style>
background-color css
<style>
a { background-color: #F02BFB; }
a { background-color: rgb(240,43,251); }
div.DivClassName
{
background-color: #F02BFB;
}
.BgClassName
{
background-color: #F02BFB;
}
</style>
border-color css
<style>
span { border-color: #F02BFB; }
span { border-color: rgb(240,43,251); }
td.TdClassName
{
border-color: #F02BFB;
}
.TagClassName
{
border-color: #F02BFB;
}
</style>