Shades of Magenta #F621FA
Tints of Magenta #F621FA
RGB
CMYK
RGB Variations
Color information
#F621FA (or 0xF621FA) is known color: Magenta. HEX triplet: F6, 21 and FA. RGB value is (246,33,250). Sum of RGB (Red+Green+Blue) = 246+33+250=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 33 (13.28% from 255 or 6.24% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #F621FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F621FA is #09DE05. Grayscale: #787878. Windows color (decimal): -646662 or 16392694. OLE color: 16392694.
HSL color Cylindrical-coordinate representation of color #F621FA: hue angle of 298.89º 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 #F621FA is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 33 | 250 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.02 |
| HSL | 298.89º | 0.96% | 0.55% | - |
| HSV(B) | 298.89º | 0.87% | 0.98% | - |
| XYZ | 55.81 | 27.58 | 92.83 | - |
| YUV | 121.43 | 200.57 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 250 | 0.02 | 0.87 | 0 | 0.02 | 298.89 | 0.96 | 0.55 |
| Hex | F6 | 21 | FA | 2 | 57 | 0 | 2 | 12B | 60 | 37 |
| Octal | 366 | 41 | 372 | 2 | 127 | 0 | 2 | 453 | 140 | 67 |
| Binary | 11110110 | 100001 | 11111010 | 10 | 1010111 | 0 | 10 | 100101011 | 1100000 | 110111 |
Color Harmonies of #F621FA
Complementary color
Monochromatic Colors of #F621FA
Black with #F621FA
Text Example
Text Example
White with #F621FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F621FA; }
p { color: rgb(246,33,250); }
H1.HeaderClassName
{
color: #F621FA;
}
.AnyTagClassName
{
color: #F621FA;
}
</style>
background-color css
<style>
a { background-color: #F621FA; }
a { background-color: rgb(246,33,250); }
div.DivClassName
{
background-color: #F621FA;
}
.BgClassName
{
background-color: #F621FA;
}
</style>
border-color css
<style>
span { border-color: #F621FA; }
span { border-color: rgb(246,33,250); }
td.TdClassName
{
border-color: #F621FA;
}
.TagClassName
{
border-color: #F621FA;
}
</style>