Shades of Magenta #F620FC
Tints of Magenta #F620FC
RGB
CMYK
RGB Variations
Color information
#F620FC (or 0xF620FC) is known color: Magenta. HEX triplet: F6, 20 and FC. RGB value is (246,32,252). Sum of RGB (Red+Green+Blue) = 246+32+252=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 32 (12.89% from 255 or 6.04% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #F620FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F620FC is #09DF03. Grayscale: #787878. Windows color (decimal): -646916 or 16523510. OLE color: 16523510.
HSL color Cylindrical-coordinate representation of color #F620FC: hue angle of 298.36º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F620FC is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 32 | 252 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.01 |
| HSL | 298.36º | 0.97% | 0.56% | - |
| HSV(B) | 298.36º | 0.87% | 0.99% | - |
| XYZ | 56.09 | 27.65 | 94.48 | - |
| YUV | 121.07 | 201.9 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 252 | 0.02 | 0.87 | 0 | 0.01 | 298.36 | 0.97 | 0.56 |
| Hex | F6 | 20 | FC | 2 | 57 | 0 | 1 | 12A | 61 | 38 |
| Octal | 366 | 40 | 374 | 2 | 127 | 0 | 1 | 452 | 141 | 70 |
| Binary | 11110110 | 100000 | 11111100 | 10 | 1010111 | 0 | 1 | 100101010 | 1100001 | 111000 |
Color Harmonies of #F620FC
Complementary color
Monochromatic Colors of #F620FC
Black with #F620FC
Text Example
Text Example
White with #F620FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F620FC; }
p { color: rgb(246,32,252); }
H1.HeaderClassName
{
color: #F620FC;
}
.AnyTagClassName
{
color: #F620FC;
}
</style>
background-color css
<style>
a { background-color: #F620FC; }
a { background-color: rgb(246,32,252); }
div.DivClassName
{
background-color: #F620FC;
}
.BgClassName
{
background-color: #F620FC;
}
</style>
border-color css
<style>
span { border-color: #F620FC; }
span { border-color: rgb(246,32,252); }
td.TdClassName
{
border-color: #F620FC;
}
.TagClassName
{
border-color: #F620FC;
}
</style>