Shades of Magenta #F620FF
Tints of Magenta #F620FF
RGB
CMYK
RGB Variations
Color information
#F620FF (or 0xF620FF) is known color: Magenta. HEX triplet: F6, 20 and FF. RGB value is (246,32,255). Sum of RGB (Red+Green+Blue) = 246+32+255=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 32 (12.89% from 255 or 6.00% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #F620FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F620FF is #09DF00. Grayscale: #787878. Windows color (decimal): -646913 or 16720118. OLE color: 16720118.
HSL color Cylindrical-coordinate representation of color #F620FF: hue angle of 297.58º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F620FF is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 32 | 255 | - |
| CMYK | 0.04 | 0.87 | 0 | 0 |
| HSL | 297.58º | 1% | 0.56% | - |
| HSV(B) | 297.58º | 0.87% | 1% | - |
| XYZ | 56.57 | 27.85 | 97 | - |
| YUV | 121.41 | 203.4 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 255 | 0.04 | 0.87 | 0 | 0 | 297.58 | 1 | 0.56 |
| Hex | F6 | 20 | FF | 4 | 57 | 0 | 0 | 12A | 64 | 38 |
| Octal | 366 | 40 | 377 | 4 | 127 | 0 | 0 | 452 | 144 | 70 |
| Binary | 11110110 | 100000 | 11111111 | 100 | 1010111 | 0 | 0 | 100101010 | 1100100 | 111000 |
Color Harmonies of #F620FF
Complementary color
Monochromatic Colors of #F620FF
Black with #F620FF
Text Example
Text Example
White with #F620FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F620FF; }
p { color: rgb(246,32,255); }
H1.HeaderClassName
{
color: #F620FF;
}
.AnyTagClassName
{
color: #F620FF;
}
</style>
background-color css
<style>
a { background-color: #F620FF; }
a { background-color: rgb(246,32,255); }
div.DivClassName
{
background-color: #F620FF;
}
.BgClassName
{
background-color: #F620FF;
}
</style>
border-color css
<style>
span { border-color: #F620FF; }
span { border-color: rgb(246,32,255); }
td.TdClassName
{
border-color: #F620FF;
}
.TagClassName
{
border-color: #F620FF;
}
</style>