Shades of Magenta #F02FFB
Tints of Magenta #F02FFB
RGB
CMYK
RGB Variations
Color information
#F02FFB (or 0xF02FFB) is known color: Magenta. HEX triplet: F0, 2F and FB. RGB value is (240,47,251). Sum of RGB (Red+Green+Blue) = 240+47+251=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 47 (18.75% from 255 or 8.74% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #F02FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02FFB is #0FD004. Grayscale: #7F7F7F. Windows color (decimal): -1036293 or 16461808. OLE color: 16461808.
HSL color Cylindrical-coordinate representation of color #F02FFB: hue angle of 296.76º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F02FFB is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 47 | 251 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.02 |
| HSL | 296.76º | 0.96% | 0.58% | - |
| HSV(B) | 296.76º | 0.81% | 0.98% | - |
| XYZ | 54.36 | 27.52 | 93.71 | - |
| YUV | 127.96 | 197.44 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 47 | 251 | 0.04 | 0.81 | 0 | 0.02 | 296.76 | 0.96 | 0.58 |
| Hex | F0 | 2F | FB | 4 | 51 | 0 | 2 | 129 | 60 | 3A |
| Octal | 360 | 57 | 373 | 4 | 121 | 0 | 2 | 451 | 140 | 72 |
| Binary | 11110000 | 101111 | 11111011 | 100 | 1010001 | 0 | 10 | 100101001 | 1100000 | 111010 |
Color Harmonies of #F02FFB
Complementary color
Monochromatic Colors of #F02FFB
Black with #F02FFB
Text Example
Text Example
White with #F02FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02FFB; }
p { color: rgb(240,47,251); }
H1.HeaderClassName
{
color: #F02FFB;
}
.AnyTagClassName
{
color: #F02FFB;
}
</style>
background-color css
<style>
a { background-color: #F02FFB; }
a { background-color: rgb(240,47,251); }
div.DivClassName
{
background-color: #F02FFB;
}
.BgClassName
{
background-color: #F02FFB;
}
</style>
border-color css
<style>
span { border-color: #F02FFB; }
span { border-color: rgb(240,47,251); }
td.TdClassName
{
border-color: #F02FFB;
}
.TagClassName
{
border-color: #F02FFB;
}
</style>