Shades of Magenta #F20EFB
Tints of Magenta #F20EFB
RGB
CMYK
RGB Variations
Color information
#F20EFB (or 0xF20EFB) is known color: Magenta. HEX triplet: F2, 0E and FB. RGB value is (242,14,251). Sum of RGB (Red+Green+Blue) = 242+14+251=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 14 (5.86% from 255 or 2.76% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #F20EFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20EFB is #0DF104. Grayscale: #6C6C6C. Windows color (decimal): -913669 or 16453362. OLE color: 16453362.
HSL color Cylindrical-coordinate representation of color #F20EFB: hue angle of 297.72º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20EFB is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 14 | 251 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.02 |
| HSL | 297.72º | 0.97% | 0.52% | - |
| HSV(B) | 297.72º | 0.94% | 0.98% | - |
| XYZ | 54.19 | 26.16 | 93.46 | - |
| YUV | 109.19 | 208.04 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 251 | 0.04 | 0.94 | 0 | 0.02 | 297.72 | 0.97 | 0.52 |
| Hex | F2 | E | FB | 4 | 5E | 0 | 2 | 12A | 61 | 34 |
| Octal | 362 | 16 | 373 | 4 | 136 | 0 | 2 | 452 | 141 | 64 |
| Binary | 11110010 | 1110 | 11111011 | 100 | 1011110 | 0 | 10 | 100101010 | 1100001 | 110100 |
Color Harmonies of #F20EFB
Complementary color
Monochromatic Colors of #F20EFB
Black with #F20EFB
Text Example
Text Example
White with #F20EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20EFB; }
p { color: rgb(242,14,251); }
H1.HeaderClassName
{
color: #F20EFB;
}
.AnyTagClassName
{
color: #F20EFB;
}
</style>
background-color css
<style>
a { background-color: #F20EFB; }
a { background-color: rgb(242,14,251); }
div.DivClassName
{
background-color: #F20EFB;
}
.BgClassName
{
background-color: #F20EFB;
}
</style>
border-color css
<style>
span { border-color: #F20EFB; }
span { border-color: rgb(242,14,251); }
td.TdClassName
{
border-color: #F20EFB;
}
.TagClassName
{
border-color: #F20EFB;
}
</style>