Shades of Magenta #F02CFB
Tints of Magenta #F02CFB
RGB
CMYK
RGB Variations
Color information
#F02CFB (or 0xF02CFB) is known color: Magenta. HEX triplet: F0, 2C and FB. RGB value is (240,44,251). Sum of RGB (Red+Green+Blue) = 240+44+251=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 44 (17.58% from 255 or 8.22% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #F02CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02CFB is #0FD304. Grayscale: #7D7D7D. Windows color (decimal): -1037061 or 16461040. OLE color: 16461040.
HSL color Cylindrical-coordinate representation of color #F02CFB: hue angle of 296.81º 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 #F02CFB is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 44 | 251 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.02 |
| HSL | 296.81º | 0.96% | 0.58% | - |
| HSV(B) | 296.81º | 0.82% | 0.98% | - |
| XYZ | 54.25 | 27.29 | 93.68 | - |
| YUV | 126.2 | 198.43 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 251 | 0.04 | 0.82 | 0 | 0.02 | 296.81 | 0.96 | 0.58 |
| Hex | F0 | 2C | FB | 4 | 52 | 0 | 2 | 129 | 60 | 3A |
| Octal | 360 | 54 | 373 | 4 | 122 | 0 | 2 | 451 | 140 | 72 |
| Binary | 11110000 | 101100 | 11111011 | 100 | 1010010 | 0 | 10 | 100101001 | 1100000 | 111010 |
Color Harmonies of #F02CFB
Complementary color
Monochromatic Colors of #F02CFB
Black with #F02CFB
Text Example
Text Example
White with #F02CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02CFB; }
p { color: rgb(240,44,251); }
H1.HeaderClassName
{
color: #F02CFB;
}
.AnyTagClassName
{
color: #F02CFB;
}
</style>
background-color css
<style>
a { background-color: #F02CFB; }
a { background-color: rgb(240,44,251); }
div.DivClassName
{
background-color: #F02CFB;
}
.BgClassName
{
background-color: #F02CFB;
}
</style>
border-color css
<style>
span { border-color: #F02CFB; }
span { border-color: rgb(240,44,251); }
td.TdClassName
{
border-color: #F02CFB;
}
.TagClassName
{
border-color: #F02CFB;
}
</style>