Shades of Magenta #F931FF
Tints of Magenta #F931FF
RGB
CMYK
RGB Variations
Color information
#F931FF (or 0xF931FF) is known color: Magenta. HEX triplet: F9, 31 and FF. RGB value is (249,49,255). Sum of RGB (Red+Green+Blue) = 249+49+255=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 49 (19.53% from 255 or 8.86% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #F931FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F931FF is #06CE00. Grayscale: #838383. Windows color (decimal): -445953 or 16724473. OLE color: 16724473.
HSL color Cylindrical-coordinate representation of color #F931FF: hue angle of 298.25º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F931FF is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 49 | 255 | - |
| CMYK | 0.02 | 0.81 | 0 | 0 |
| HSL | 298.25º | 1% | 0.6% | - |
| HSV(B) | 298.25º | 0.81% | 1% | - |
| XYZ | 58.22 | 29.56 | 97.24 | - |
| YUV | 132.28 | 197.26 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 255 | 0.02 | 0.81 | 0 | 0 | 298.25 | 1 | 0.6 |
| Hex | F9 | 31 | FF | 2 | 51 | 0 | 0 | 12A | 64 | 3C |
| Octal | 371 | 61 | 377 | 2 | 121 | 0 | 0 | 452 | 144 | 74 |
| Binary | 11111001 | 110001 | 11111111 | 10 | 1010001 | 0 | 0 | 100101010 | 1100100 | 111100 |
Color Harmonies of #F931FF
Complementary color
Monochromatic Colors of #F931FF
Black with #F931FF
Text Example
Text Example
White with #F931FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F931FF; }
p { color: rgb(249,49,255); }
H1.HeaderClassName
{
color: #F931FF;
}
.AnyTagClassName
{
color: #F931FF;
}
</style>
background-color css
<style>
a { background-color: #F931FF; }
a { background-color: rgb(249,49,255); }
div.DivClassName
{
background-color: #F931FF;
}
.BgClassName
{
background-color: #F931FF;
}
</style>
border-color css
<style>
span { border-color: #F931FF; }
span { border-color: rgb(249,49,255); }
td.TdClassName
{
border-color: #F931FF;
}
.TagClassName
{
border-color: #F931FF;
}
</style>