Shades of Magenta #F620FB
Tints of Magenta #F620FB
RGB
CMYK
RGB Variations
Color information
#F620FB (or 0xF620FB) is known color: Magenta. HEX triplet: F6, 20 and FB. RGB value is (246,32,251). Sum of RGB (Red+Green+Blue) = 246+32+251=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 32 (12.89% from 255 or 6.05% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #F620FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F620FB is #09DF04. Grayscale: #787878. Windows color (decimal): -646917 or 16457974. OLE color: 16457974.
HSL color Cylindrical-coordinate representation of color #F620FB: hue angle of 298.63º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F620FB is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 32 | 251 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.02 |
| HSL | 298.63º | 0.96% | 0.55% | - |
| HSV(B) | 298.63º | 0.87% | 0.98% | - |
| XYZ | 55.94 | 27.59 | 93.64 | - |
| YUV | 120.95 | 201.4 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 251 | 0.02 | 0.87 | 0 | 0.02 | 298.63 | 0.96 | 0.55 |
| Hex | F6 | 20 | FB | 2 | 57 | 0 | 2 | 12B | 60 | 37 |
| Octal | 366 | 40 | 373 | 2 | 127 | 0 | 2 | 453 | 140 | 67 |
| Binary | 11110110 | 100000 | 11111011 | 10 | 1010111 | 0 | 10 | 100101011 | 1100000 | 110111 |
Color Harmonies of #F620FB
Complementary color
Monochromatic Colors of #F620FB
Black with #F620FB
Text Example
Text Example
White with #F620FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F620FB; }
p { color: rgb(246,32,251); }
H1.HeaderClassName
{
color: #F620FB;
}
.AnyTagClassName
{
color: #F620FB;
}
</style>
background-color css
<style>
a { background-color: #F620FB; }
a { background-color: rgb(246,32,251); }
div.DivClassName
{
background-color: #F620FB;
}
.BgClassName
{
background-color: #F620FB;
}
</style>
border-color css
<style>
span { border-color: #F620FB; }
span { border-color: rgb(246,32,251); }
td.TdClassName
{
border-color: #F620FB;
}
.TagClassName
{
border-color: #F620FB;
}
</style>