Shades of Magenta #F62CFF
Tints of Magenta #F62CFF
RGB
CMYK
RGB Variations
Color information
#F62CFF (or 0xF62CFF) is known color: Magenta. HEX triplet: F6, 2C and FF. RGB value is (246,44,255). Sum of RGB (Red+Green+Blue) = 246+44+255=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 44 (17.58% from 255 or 8.07% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #F62CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F62CFF is #09D300. Grayscale: #7F7F7F. Windows color (decimal): -643841 or 16723190. OLE color: 16723190.
HSL color Cylindrical-coordinate representation of color #F62CFF: hue angle of 297.44º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62CFF is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 44 | 255 | - |
| CMYK | 0.04 | 0.83 | 0 | 0 |
| HSL | 297.44º | 1% | 0.59% | - |
| HSV(B) | 297.44º | 0.83% | 1% | - |
| XYZ | 56.96 | 28.61 | 97.13 | - |
| YUV | 128.45 | 199.42 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 44 | 255 | 0.04 | 0.83 | 0 | 0 | 297.44 | 1 | 0.59 |
| Hex | F6 | 2C | FF | 4 | 53 | 0 | 0 | 129 | 64 | 3B |
| Octal | 366 | 54 | 377 | 4 | 123 | 0 | 0 | 451 | 144 | 73 |
| Binary | 11110110 | 101100 | 11111111 | 100 | 1010011 | 0 | 0 | 100101001 | 1100100 | 111011 |
Color Harmonies of #F62CFF
Complementary color
Monochromatic Colors of #F62CFF
Black with #F62CFF
Text Example
Text Example
White with #F62CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62CFF; }
p { color: rgb(246,44,255); }
H1.HeaderClassName
{
color: #F62CFF;
}
.AnyTagClassName
{
color: #F62CFF;
}
</style>
background-color css
<style>
a { background-color: #F62CFF; }
a { background-color: rgb(246,44,255); }
div.DivClassName
{
background-color: #F62CFF;
}
.BgClassName
{
background-color: #F62CFF;
}
</style>
border-color css
<style>
span { border-color: #F62CFF; }
span { border-color: rgb(246,44,255); }
td.TdClassName
{
border-color: #F62CFF;
}
.TagClassName
{
border-color: #F62CFF;
}
</style>