Shades of Magenta #F02BFA
Tints of Magenta #F02BFA
RGB
CMYK
RGB Variations
Color information
#F02BFA (or 0xF02BFA) is known color: Magenta. HEX triplet: F0, 2B and FA. RGB value is (240,43,250). Sum of RGB (Red+Green+Blue) = 240+43+250=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 43 (17.19% from 255 or 8.07% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #F02BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02BFA is #0FD405. Grayscale: #7C7C7C. Windows color (decimal): -1037318 or 16395248. OLE color: 16395248.
HSL color Cylindrical-coordinate representation of color #F02BFA: hue angle of 297.1º degrees, saturation: 0.95, 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 #F02BFA is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 43 | 250 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.02 |
| HSL | 297.1º | 0.95% | 0.57% | - |
| HSV(B) | 297.1º | 0.83% | 0.98% | - |
| XYZ | 54.05 | 27.16 | 92.83 | - |
| YUV | 125.5 | 198.27 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 43 | 250 | 0.04 | 0.83 | 0 | 0.02 | 297.1 | 0.95 | 0.57 |
| Hex | F0 | 2B | FA | 4 | 53 | 0 | 2 | 129 | 5F | 39 |
| Octal | 360 | 53 | 372 | 4 | 123 | 0 | 2 | 451 | 137 | 71 |
| Binary | 11110000 | 101011 | 11111010 | 100 | 1010011 | 0 | 10 | 100101001 | 1011111 | 111001 |
Color Harmonies of #F02BFA
Complementary color
Monochromatic Colors of #F02BFA
Black with #F02BFA
Text Example
Text Example
White with #F02BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02BFA; }
p { color: rgb(240,43,250); }
H1.HeaderClassName
{
color: #F02BFA;
}
.AnyTagClassName
{
color: #F02BFA;
}
</style>
background-color css
<style>
a { background-color: #F02BFA; }
a { background-color: rgb(240,43,250); }
div.DivClassName
{
background-color: #F02BFA;
}
.BgClassName
{
background-color: #F02BFA;
}
</style>
border-color css
<style>
span { border-color: #F02BFA; }
span { border-color: rgb(240,43,250); }
td.TdClassName
{
border-color: #F02BFA;
}
.TagClassName
{
border-color: #F02BFA;
}
</style>