Shades of Magenta #F920FA
Tints of Magenta #F920FA
RGB
CMYK
RGB Variations
Color information
#F920FA (or 0xF920FA) is known color: Magenta. HEX triplet: F9, 20 and FA. RGB value is (249,32,250). Sum of RGB (Red+Green+Blue) = 249+32+250=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 32 (12.89% from 255 or 6.03% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #F920FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F920FA is #06DF05. Grayscale: #797979. Windows color (decimal): -450310 or 16392441. OLE color: 16392441.
HSL color Cylindrical-coordinate representation of color #F920FA: hue angle of 299.72º 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 #F920FA is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 250 | - |
| CMYK | 0.00 | 0.87 | 0 | 0.02 |
| HSL | 299.72º | 0.96% | 0.55% | - |
| HSV(B) | 299.72º | 0.87% | 0.98% | - |
| XYZ | 56.84 | 28.07 | 92.87 | - |
| YUV | 121.74 | 200.39 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 250 | 0.00 | 0.87 | 0 | 0.02 | 299.72 | 0.96 | 0.55 |
| Hex | F9 | 20 | FA | 0 | 57 | 0 | 2 | 12C | 60 | 37 |
| Octal | 371 | 40 | 372 | 0 | 127 | 0 | 2 | 454 | 140 | 67 |
| Binary | 11111001 | 100000 | 11111010 | 0 | 1010111 | 0 | 10 | 100101100 | 1100000 | 110111 |
Color Harmonies of #F920FA
Complementary color
Monochromatic Colors of #F920FA
Black with #F920FA
Text Example
Text Example
White with #F920FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F920FA; }
p { color: rgb(249,32,250); }
H1.HeaderClassName
{
color: #F920FA;
}
.AnyTagClassName
{
color: #F920FA;
}
</style>
background-color css
<style>
a { background-color: #F920FA; }
a { background-color: rgb(249,32,250); }
div.DivClassName
{
background-color: #F920FA;
}
.BgClassName
{
background-color: #F920FA;
}
</style>
border-color css
<style>
span { border-color: #F920FA; }
span { border-color: rgb(249,32,250); }
td.TdClassName
{
border-color: #F920FA;
}
.TagClassName
{
border-color: #F920FA;
}
</style>