Shades of Magenta #F622FF
Tints of Magenta #F622FF
RGB
CMYK
RGB Variations
Color information
#F622FF (or 0xF622FF) is known color: Magenta. HEX triplet: F6, 22 and FF. RGB value is (246,34,255). Sum of RGB (Red+Green+Blue) = 246+34+255=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 34 (13.67% from 255 or 6.36% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #F622FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F622FF is #09DD00. Grayscale: #797979. Windows color (decimal): -646401 or 16720630. OLE color: 16720630.
HSL color Cylindrical-coordinate representation of color #F622FF: hue angle of 297.56º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F622FF is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 34 | 255 | - |
| CMYK | 0.04 | 0.87 | 0 | 0 |
| HSL | 297.56º | 1% | 0.57% | - |
| HSV(B) | 297.56º | 0.87% | 1% | - |
| XYZ | 56.63 | 27.96 | 97.02 | - |
| YUV | 122.58 | 202.74 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 34 | 255 | 0.04 | 0.87 | 0 | 0 | 297.56 | 1 | 0.57 |
| Hex | F6 | 22 | FF | 4 | 57 | 0 | 0 | 12A | 64 | 39 |
| Octal | 366 | 42 | 377 | 4 | 127 | 0 | 0 | 452 | 144 | 71 |
| Binary | 11110110 | 100010 | 11111111 | 100 | 1010111 | 0 | 0 | 100101010 | 1100100 | 111001 |
Color Harmonies of #F622FF
Complementary color
Monochromatic Colors of #F622FF
Black with #F622FF
Text Example
Text Example
White with #F622FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F622FF; }
p { color: rgb(246,34,255); }
H1.HeaderClassName
{
color: #F622FF;
}
.AnyTagClassName
{
color: #F622FF;
}
</style>
background-color css
<style>
a { background-color: #F622FF; }
a { background-color: rgb(246,34,255); }
div.DivClassName
{
background-color: #F622FF;
}
.BgClassName
{
background-color: #F622FF;
}
</style>
border-color css
<style>
span { border-color: #F622FF; }
span { border-color: rgb(246,34,255); }
td.TdClassName
{
border-color: #F622FF;
}
.TagClassName
{
border-color: #F622FF;
}
</style>