Shades of Magenta #F621FF
Tints of Magenta #F621FF
RGB
CMYK
RGB Variations
Color information
#F621FF (or 0xF621FF) is known color: Magenta. HEX triplet: F6, 21 and FF. RGB value is (246,33,255). Sum of RGB (Red+Green+Blue) = 246+33+255=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 33 (13.28% from 255 or 6.18% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #F621FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F621FF is #09DE00. Grayscale: #797979. Windows color (decimal): -646657 or 16720374. OLE color: 16720374.
HSL color Cylindrical-coordinate representation of color #F621FF: hue angle of 297.57º 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 #F621FF is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 33 | 255 | - |
| CMYK | 0.04 | 0.87 | 0 | 0 |
| HSL | 297.57º | 1% | 0.56% | - |
| HSV(B) | 297.57º | 0.87% | 1% | - |
| XYZ | 56.6 | 27.9 | 97.01 | - |
| YUV | 122 | 203.07 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 255 | 0.04 | 0.87 | 0 | 0 | 297.57 | 1 | 0.56 |
| Hex | F6 | 21 | FF | 4 | 57 | 0 | 0 | 12A | 64 | 38 |
| Octal | 366 | 41 | 377 | 4 | 127 | 0 | 0 | 452 | 144 | 70 |
| Binary | 11110110 | 100001 | 11111111 | 100 | 1010111 | 0 | 0 | 100101010 | 1100100 | 111000 |
Color Harmonies of #F621FF
Complementary color
Monochromatic Colors of #F621FF
Black with #F621FF
Text Example
Text Example
White with #F621FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F621FF; }
p { color: rgb(246,33,255); }
H1.HeaderClassName
{
color: #F621FF;
}
.AnyTagClassName
{
color: #F621FF;
}
</style>
background-color css
<style>
a { background-color: #F621FF; }
a { background-color: rgb(246,33,255); }
div.DivClassName
{
background-color: #F621FF;
}
.BgClassName
{
background-color: #F621FF;
}
</style>
border-color css
<style>
span { border-color: #F621FF; }
span { border-color: rgb(246,33,255); }
td.TdClassName
{
border-color: #F621FF;
}
.TagClassName
{
border-color: #F621FF;
}
</style>