Shades of Magenta #F62EFC
Tints of Magenta #F62EFC
RGB
CMYK
RGB Variations
Color information
#F62EFC (or 0xF62EFC) is known color: Magenta. HEX triplet: F6, 2E and FC. RGB value is (246,46,252). Sum of RGB (Red+Green+Blue) = 246+46+252=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 46 (18.36% from 255 or 8.46% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #F62EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F62EFC is #09D103. Grayscale: #808080. Windows color (decimal): -643332 or 16527094. OLE color: 16527094.
HSL color Cylindrical-coordinate representation of color #F62EFC: hue angle of 298.25º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62EFC is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 46 | 252 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.01 |
| HSL | 298.25º | 0.97% | 0.58% | - |
| HSV(B) | 298.25º | 0.82% | 0.99% | - |
| XYZ | 56.55 | 28.58 | 94.63 | - |
| YUV | 129.28 | 197.26 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 46 | 252 | 0.02 | 0.82 | 0 | 0.01 | 298.25 | 0.97 | 0.58 |
| Hex | F6 | 2E | FC | 2 | 52 | 0 | 1 | 12A | 61 | 3A |
| Octal | 366 | 56 | 374 | 2 | 122 | 0 | 1 | 452 | 141 | 72 |
| Binary | 11110110 | 101110 | 11111100 | 10 | 1010010 | 0 | 1 | 100101010 | 1100001 | 111010 |
Color Harmonies of #F62EFC
Complementary color
Monochromatic Colors of #F62EFC
Black with #F62EFC
Text Example
Text Example
White with #F62EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62EFC; }
p { color: rgb(246,46,252); }
H1.HeaderClassName
{
color: #F62EFC;
}
.AnyTagClassName
{
color: #F62EFC;
}
</style>
background-color css
<style>
a { background-color: #F62EFC; }
a { background-color: rgb(246,46,252); }
div.DivClassName
{
background-color: #F62EFC;
}
.BgClassName
{
background-color: #F62EFC;
}
</style>
border-color css
<style>
span { border-color: #F62EFC; }
span { border-color: rgb(246,46,252); }
td.TdClassName
{
border-color: #F62EFC;
}
.TagClassName
{
border-color: #F62EFC;
}
</style>