Shades of Magenta #F620F1
Tints of Magenta #F620F1
RGB
CMYK
RGB Variations
Color information
#F620F1 (or 0xF620F1) is known color: Magenta. HEX triplet: F6, 20 and F1. RGB value is (246,32,241). Sum of RGB (Red+Green+Blue) = 246+32+241=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 32 (12.89% from 255 or 6.17% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F620F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F620F1 is #09DF0E. Grayscale: #777777. Windows color (decimal): -646927 or 15802614. OLE color: 15802614.
HSL color Cylindrical-coordinate representation of color #F620F1: hue angle of 301.4º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F620F1 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 241 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.04 |
| HSL | 301.4º | 0.92% | 0.55% | - |
| HSV(B) | 301.4º | 0.87% | 0.96% | - |
| XYZ | 54.4 | 26.98 | 85.56 | - |
| YUV | 119.81 | 196.4 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 241 | 0 | 0.87 | 0.02 | 0.04 | 301.4 | 0.92 | 0.55 |
| Hex | F6 | 20 | F1 | 0 | 57 | 2 | 4 | 12D | 5C | 37 |
| Octal | 366 | 40 | 361 | 0 | 127 | 2 | 4 | 455 | 134 | 67 |
| Binary | 11110110 | 100000 | 11110001 | 0 | 1010111 | 10 | 100 | 100101101 | 1011100 | 110111 |
Color Harmonies of #F620F1
Complementary color
Monochromatic Colors of #F620F1
Black with #F620F1
Text Example
Text Example
White with #F620F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F620F1; }
p { color: rgb(246,32,241); }
H1.HeaderClassName
{
color: #F620F1;
}
.AnyTagClassName
{
color: #F620F1;
}
</style>
background-color css
<style>
a { background-color: #F620F1; }
a { background-color: rgb(246,32,241); }
div.DivClassName
{
background-color: #F620F1;
}
.BgClassName
{
background-color: #F620F1;
}
</style>
border-color css
<style>
span { border-color: #F620F1; }
span { border-color: rgb(246,32,241); }
td.TdClassName
{
border-color: #F620F1;
}
.TagClassName
{
border-color: #F620F1;
}
</style>