Shades of Magenta #F02CFE
Tints of Magenta #F02CFE
RGB
CMYK
RGB Variations
Color information
#F02CFE (or 0xF02CFE) is known color: Magenta. HEX triplet: F0, 2C and FE. RGB value is (240,44,254). Sum of RGB (Red+Green+Blue) = 240+44+254=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 44 (17.58% from 255 or 8.18% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #F02CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02CFE is #0FD301. Grayscale: #7D7D7D. Windows color (decimal): -1037058 or 16657648. OLE color: 16657648.
HSL color Cylindrical-coordinate representation of color #F02CFE: hue angle of 296º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F02CFE is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 44 | 254 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.00 |
| HSL | 296º | 0.99% | 0.58% | - |
| HSV(B) | 296º | 0.83% | 1% | - |
| XYZ | 54.73 | 27.48 | 96.19 | - |
| YUV | 126.54 | 199.93 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 254 | 0.06 | 0.83 | 0 | 0.00 | 296 | 0.99 | 0.58 |
| Hex | F0 | 2C | FE | 6 | 53 | 0 | 0 | 128 | 63 | 3A |
| Octal | 360 | 54 | 376 | 6 | 123 | 0 | 0 | 450 | 143 | 72 |
| Binary | 11110000 | 101100 | 11111110 | 110 | 1010011 | 0 | 0 | 100101000 | 1100011 | 111010 |
Color Harmonies of #F02CFE
Complementary color
Monochromatic Colors of #F02CFE
Black with #F02CFE
Text Example
Text Example
White with #F02CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02CFE; }
p { color: rgb(240,44,254); }
H1.HeaderClassName
{
color: #F02CFE;
}
.AnyTagClassName
{
color: #F02CFE;
}
</style>
background-color css
<style>
a { background-color: #F02CFE; }
a { background-color: rgb(240,44,254); }
div.DivClassName
{
background-color: #F02CFE;
}
.BgClassName
{
background-color: #F02CFE;
}
</style>
border-color css
<style>
span { border-color: #F02CFE; }
span { border-color: rgb(240,44,254); }
td.TdClassName
{
border-color: #F02CFE;
}
.TagClassName
{
border-color: #F02CFE;
}
</style>