Shades of Magenta #F002FE
Tints of Magenta #F002FE
RGB
CMYK
RGB Variations
Color information
#F002FE (or 0xF002FE) is known color: Magenta. HEX triplet: F0, 02 and FE. RGB value is (240,2,254). Sum of RGB (Red+Green+Blue) = 240+2+254=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 2 (1.17% from 255 or 0.40% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #F002FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F002FE is #0FFD01. Grayscale: #656565. Windows color (decimal): -1047810 or 16646896. OLE color: 16646896.
HSL color Cylindrical-coordinate representation of color #F002FE: hue angle of 296.67º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F002FE is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 2 | 254 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.00 |
| HSL | 296.67º | 0.99% | 0.5% | - |
| HSV(B) | 296.67º | 0.99% | 1% | - |
| XYZ | 53.85 | 25.72 | 95.89 | - |
| YUV | 101.89 | 213.85 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 254 | 0.06 | 0.99 | 0 | 0.00 | 296.67 | 0.99 | 0.5 |
| Hex | F0 | 2 | FE | 6 | 63 | 0 | 0 | 129 | 63 | 32 |
| Octal | 360 | 2 | 376 | 6 | 143 | 0 | 0 | 451 | 143 | 62 |
| Binary | 11110000 | 10 | 11111110 | 110 | 1100011 | 0 | 0 | 100101001 | 1100011 | 110010 |
Color Harmonies of #F002FE
Complementary color
Monochromatic Colors of #F002FE
Black with #F002FE
Text Example
Text Example
White with #F002FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F002FE; }
p { color: rgb(240,2,254); }
H1.HeaderClassName
{
color: #F002FE;
}
.AnyTagClassName
{
color: #F002FE;
}
</style>
background-color css
<style>
a { background-color: #F002FE; }
a { background-color: rgb(240,2,254); }
div.DivClassName
{
background-color: #F002FE;
}
.BgClassName
{
background-color: #F002FE;
}
</style>
border-color css
<style>
span { border-color: #F002FE; }
span { border-color: rgb(240,2,254); }
td.TdClassName
{
border-color: #F002FE;
}
.TagClassName
{
border-color: #F002FE;
}
</style>