Shades of Magenta #F920FF
Tints of Magenta #F920FF
RGB
CMYK
RGB Variations
Color information
#F920FF (or 0xF920FF) is known color: Magenta. HEX triplet: F9, 20 and FF. RGB value is (249,32,255). Sum of RGB (Red+Green+Blue) = 249+32+255=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 32 (12.89% from 255 or 5.97% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #F920FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F920FF is #06DF00. Grayscale: #797979. Windows color (decimal): -450305 or 16720121. OLE color: 16720121.
HSL color Cylindrical-coordinate representation of color #F920FF: hue angle of 298.39º 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 #F920FF is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 32 | 255 | - |
| CMYK | 0.02 | 0.87 | 0 | 0 |
| HSL | 298.39º | 1% | 0.56% | - |
| HSV(B) | 298.39º | 0.87% | 1% | - |
| XYZ | 57.63 | 28.39 | 97.05 | - |
| YUV | 122.31 | 202.89 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 255 | 0.02 | 0.87 | 0 | 0 | 298.39 | 1 | 0.56 |
| Hex | F9 | 20 | FF | 2 | 57 | 0 | 0 | 12A | 64 | 38 |
| Octal | 371 | 40 | 377 | 2 | 127 | 0 | 0 | 452 | 144 | 70 |
| Binary | 11111001 | 100000 | 11111111 | 10 | 1010111 | 0 | 0 | 100101010 | 1100100 | 111000 |
Color Harmonies of #F920FF
Complementary color
Monochromatic Colors of #F920FF
Black with #F920FF
Text Example
Text Example
White with #F920FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F920FF; }
p { color: rgb(249,32,255); }
H1.HeaderClassName
{
color: #F920FF;
}
.AnyTagClassName
{
color: #F920FF;
}
</style>
background-color css
<style>
a { background-color: #F920FF; }
a { background-color: rgb(249,32,255); }
div.DivClassName
{
background-color: #F920FF;
}
.BgClassName
{
background-color: #F920FF;
}
</style>
border-color css
<style>
span { border-color: #F920FF; }
span { border-color: rgb(249,32,255); }
td.TdClassName
{
border-color: #F920FF;
}
.TagClassName
{
border-color: #F920FF;
}
</style>