Shades of Magenta #F62DFE
Tints of Magenta #F62DFE
RGB
CMYK
RGB Variations
Color information
#F62DFE (or 0xF62DFE) is known color: Magenta. HEX triplet: F6, 2D and FE. RGB value is (246,45,254). Sum of RGB (Red+Green+Blue) = 246+45+254=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 45 (17.97% from 255 or 8.26% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #F62DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F62DFE is #09D201. Grayscale: #808080. Windows color (decimal): -643586 or 16657910. OLE color: 16657910.
HSL color Cylindrical-coordinate representation of color #F62DFE: hue angle of 297.7º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62DFE is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 45 | 254 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.00 |
| HSL | 297.7º | 0.99% | 0.59% | - |
| HSV(B) | 297.7º | 0.82% | 1% | - |
| XYZ | 56.83 | 28.63 | 96.3 | - |
| YUV | 128.93 | 198.59 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 45 | 254 | 0.03 | 0.82 | 0 | 0.00 | 297.7 | 0.99 | 0.59 |
| Hex | F6 | 2D | FE | 3 | 52 | 0 | 0 | 12A | 63 | 3B |
| Octal | 366 | 55 | 376 | 3 | 122 | 0 | 0 | 452 | 143 | 73 |
| Binary | 11110110 | 101101 | 11111110 | 11 | 1010010 | 0 | 0 | 100101010 | 1100011 | 111011 |
Color Harmonies of #F62DFE
Complementary color
Monochromatic Colors of #F62DFE
Black with #F62DFE
Text Example
Text Example
White with #F62DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62DFE; }
p { color: rgb(246,45,254); }
H1.HeaderClassName
{
color: #F62DFE;
}
.AnyTagClassName
{
color: #F62DFE;
}
</style>
background-color css
<style>
a { background-color: #F62DFE; }
a { background-color: rgb(246,45,254); }
div.DivClassName
{
background-color: #F62DFE;
}
.BgClassName
{
background-color: #F62DFE;
}
</style>
border-color css
<style>
span { border-color: #F62DFE; }
span { border-color: rgb(246,45,254); }
td.TdClassName
{
border-color: #F62DFE;
}
.TagClassName
{
border-color: #F62DFE;
}
</style>