Shades of Magenta #F20CFE
Tints of Magenta #F20CFE
RGB
CMYK
RGB Variations
Color information
#F20CFE (or 0xF20CFE) is known color: Magenta. HEX triplet: F2, 0C and FE. RGB value is (242,12,254). Sum of RGB (Red+Green+Blue) = 242+12+254=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 12 (5.08% from 255 or 2.36% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #F20CFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20CFE is #0DF301. Grayscale: #6B6B6B. Windows color (decimal): -914178 or 16649458. OLE color: 16649458.
HSL color Cylindrical-coordinate representation of color #F20CFE: hue angle of 297.02º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20CFE is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 12 | 254 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.00 |
| HSL | 297.02º | 0.99% | 0.52% | - |
| HSV(B) | 297.02º | 0.95% | 1% | - |
| XYZ | 54.64 | 26.3 | 95.96 | - |
| YUV | 108.36 | 210.2 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 254 | 0.05 | 0.95 | 0 | 0.00 | 297.02 | 0.99 | 0.52 |
| Hex | F2 | C | FE | 5 | 5F | 0 | 0 | 129 | 63 | 34 |
| Octal | 362 | 14 | 376 | 5 | 137 | 0 | 0 | 451 | 143 | 64 |
| Binary | 11110010 | 1100 | 11111110 | 101 | 1011111 | 0 | 0 | 100101001 | 1100011 | 110100 |
Color Harmonies of #F20CFE
Complementary color
Monochromatic Colors of #F20CFE
Black with #F20CFE
Text Example
Text Example
White with #F20CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20CFE; }
p { color: rgb(242,12,254); }
H1.HeaderClassName
{
color: #F20CFE;
}
.AnyTagClassName
{
color: #F20CFE;
}
</style>
background-color css
<style>
a { background-color: #F20CFE; }
a { background-color: rgb(242,12,254); }
div.DivClassName
{
background-color: #F20CFE;
}
.BgClassName
{
background-color: #F20CFE;
}
</style>
border-color css
<style>
span { border-color: #F20CFE; }
span { border-color: rgb(242,12,254); }
td.TdClassName
{
border-color: #F20CFE;
}
.TagClassName
{
border-color: #F20CFE;
}
</style>