Shades of Magenta #F20BFE
Tints of Magenta #F20BFE
RGB
CMYK
RGB Variations
Color information
#F20BFE (or 0xF20BFE) is known color: Magenta. HEX triplet: F2, 0B and FE. RGB value is (242,11,254). Sum of RGB (Red+Green+Blue) = 242+11+254=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 11 (4.69% from 255 or 2.17% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #F20BFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20BFE is #0DF401. Grayscale: #6B6B6B. Windows color (decimal): -914434 or 16649202. OLE color: 16649202.
HSL color Cylindrical-coordinate representation of color #F20BFE: hue angle of 297.04º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20BFE is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 11 | 254 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.00 |
| HSL | 297.04º | 0.99% | 0.52% | - |
| HSV(B) | 297.04º | 0.96% | 1% | - |
| XYZ | 54.63 | 26.27 | 95.96 | - |
| YUV | 107.77 | 210.53 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 254 | 0.05 | 0.96 | 0 | 0.00 | 297.04 | 0.99 | 0.52 |
| Hex | F2 | B | FE | 5 | 60 | 0 | 0 | 129 | 63 | 34 |
| Octal | 362 | 13 | 376 | 5 | 140 | 0 | 0 | 451 | 143 | 64 |
| Binary | 11110010 | 1011 | 11111110 | 101 | 1100000 | 0 | 0 | 100101001 | 1100011 | 110100 |
Color Harmonies of #F20BFE
Complementary color
Monochromatic Colors of #F20BFE
Black with #F20BFE
Text Example
Text Example
White with #F20BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20BFE; }
p { color: rgb(242,11,254); }
H1.HeaderClassName
{
color: #F20BFE;
}
.AnyTagClassName
{
color: #F20BFE;
}
</style>
background-color css
<style>
a { background-color: #F20BFE; }
a { background-color: rgb(242,11,254); }
div.DivClassName
{
background-color: #F20BFE;
}
.BgClassName
{
background-color: #F20BFE;
}
</style>
border-color css
<style>
span { border-color: #F20BFE; }
span { border-color: rgb(242,11,254); }
td.TdClassName
{
border-color: #F20BFE;
}
.TagClassName
{
border-color: #F20BFE;
}
</style>