Shades of Magenta #F920F3
Tints of Magenta #F920F3
RGB
CMYK
RGB Variations
Color information
#F920F3 (or 0xF920F3) is known color: Magenta. HEX triplet: F9, 20 and F3. RGB value is (249,32,243). Sum of RGB (Red+Green+Blue) = 249+32+243=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 32 (12.89% from 255 or 6.11% from 524); Blue value is 243 (95.31% from 255 or 46.37% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F920F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F920F3 is #06DF0C. Grayscale: #787878. Windows color (decimal): -450317 or 15933689. OLE color: 15933689.
HSL color Cylindrical-coordinate representation of color #F920F3: hue angle of 301.66º degrees, saturation: 0.95, 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 #F920F3 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 243 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.02 |
| HSL | 301.66º | 0.95% | 0.55% | - |
| HSV(B) | 301.66º | 0.87% | 0.98% | - |
| XYZ | 55.76 | 27.64 | 87.19 | - |
| YUV | 120.94 | 196.89 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 243 | 0 | 0.87 | 0.02 | 0.02 | 301.66 | 0.95 | 0.55 |
| Hex | F9 | 20 | F3 | 0 | 57 | 2 | 2 | 12E | 5F | 37 |
| Octal | 371 | 40 | 363 | 0 | 127 | 2 | 2 | 456 | 137 | 67 |
| Binary | 11111001 | 100000 | 11110011 | 0 | 1010111 | 10 | 10 | 100101110 | 1011111 | 110111 |
Color Harmonies of #F920F3
Complementary color
Monochromatic Colors of #F920F3
Black with #F920F3
Text Example
Text Example
White with #F920F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F920F3; }
p { color: rgb(249,32,243); }
H1.HeaderClassName
{
color: #F920F3;
}
.AnyTagClassName
{
color: #F920F3;
}
</style>
background-color css
<style>
a { background-color: #F920F3; }
a { background-color: rgb(249,32,243); }
div.DivClassName
{
background-color: #F920F3;
}
.BgClassName
{
background-color: #F920F3;
}
</style>
border-color css
<style>
span { border-color: #F920F3; }
span { border-color: rgb(249,32,243); }
td.TdClassName
{
border-color: #F920F3;
}
.TagClassName
{
border-color: #F920F3;
}
</style>