Shades of Violet Red #F93177
Tints of Violet Red #F93177
RGB
CMYK
RGB Variations
Color information
#F93177 (or 0xF93177) is known color: Violet Red. HEX triplet: F9, 31 and 77. RGB value is (249,49,119). Sum of RGB (Red+Green+Blue) = 249+49+119=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F93177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93177 is #06CE88. Grayscale: #747474. Windows color (decimal): -446089 or 7811577. OLE color: 7811577.
HSL color Cylindrical-coordinate representation of color #F93177: hue angle of 339º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93177 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 119 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.02 |
| HSL | 339º | 0.94% | 0.58% | - |
| HSV(B) | 339º | 0.8% | 0.98% | - |
| XYZ | 43.5 | 23.67 | 19.73 | - |
| YUV | 116.78 | 129.26 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 119 | 0 | 0.80 | 0.52 | 0.02 | 339 | 0.94 | 0.58 |
| Hex | F9 | 31 | 77 | 0 | 50 | 34 | 2 | 153 | 5E | 3A |
| Octal | 371 | 61 | 167 | 0 | 120 | 64 | 2 | 523 | 136 | 72 |
| Binary | 11111001 | 110001 | 1110111 | 0 | 1010000 | 110100 | 10 | 101010011 | 1011110 | 111010 |
Color Harmonies of #F93177
Complementary color
Monochromatic Colors of #F93177
Black with #F93177
Text Example
Text Example
White with #F93177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93177; }
p { color: rgb(249,49,119); }
H1.HeaderClassName
{
color: #F93177;
}
.AnyTagClassName
{
color: #F93177;
}
</style>
background-color css
<style>
a { background-color: #F93177; }
a { background-color: rgb(249,49,119); }
div.DivClassName
{
background-color: #F93177;
}
.BgClassName
{
background-color: #F93177;
}
</style>
border-color css
<style>
span { border-color: #F93177; }
span { border-color: rgb(249,49,119); }
td.TdClassName
{
border-color: #F93177;
}
.TagClassName
{
border-color: #F93177;
}
</style>