Shades of Magenta #F20FFE
Tints of Magenta #F20FFE
RGB
CMYK
RGB Variations
Color information
#F20FFE (or 0xF20FFE) is known color: Magenta. HEX triplet: F2, 0F and FE. RGB value is (242,15,254). Sum of RGB (Red+Green+Blue) = 242+15+254=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 15 (6.25% from 255 or 2.94% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #F20FFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20FFE is #0DF001. Grayscale: #6D6D6D. Windows color (decimal): -913410 or 16650226. OLE color: 16650226.
HSL color Cylindrical-coordinate representation of color #F20FFE: hue angle of 296.99º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20FFE is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 15 | 254 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.00 |
| HSL | 296.99º | 0.99% | 0.53% | - |
| HSV(B) | 296.99º | 0.94% | 1% | - |
| XYZ | 54.68 | 26.37 | 95.97 | - |
| YUV | 110.12 | 209.21 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 254 | 0.05 | 0.94 | 0 | 0.00 | 296.99 | 0.99 | 0.53 |
| Hex | F2 | F | FE | 5 | 5E | 0 | 0 | 129 | 63 | 35 |
| Octal | 362 | 17 | 376 | 5 | 136 | 0 | 0 | 451 | 143 | 65 |
| Binary | 11110010 | 1111 | 11111110 | 101 | 1011110 | 0 | 0 | 100101001 | 1100011 | 110101 |
Color Harmonies of #F20FFE
Complementary color
Monochromatic Colors of #F20FFE
Black with #F20FFE
Text Example
Text Example
White with #F20FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20FFE; }
p { color: rgb(242,15,254); }
H1.HeaderClassName
{
color: #F20FFE;
}
.AnyTagClassName
{
color: #F20FFE;
}
</style>
background-color css
<style>
a { background-color: #F20FFE; }
a { background-color: rgb(242,15,254); }
div.DivClassName
{
background-color: #F20FFE;
}
.BgClassName
{
background-color: #F20FFE;
}
</style>
border-color css
<style>
span { border-color: #F20FFE; }
span { border-color: rgb(242,15,254); }
td.TdClassName
{
border-color: #F20FFE;
}
.TagClassName
{
border-color: #F20FFE;
}
</style>