Shades of Violet Red #F73177
Tints of Violet Red #F73177
RGB
CMYK
RGB Variations
Color information
#F73177 (or 0xF73177) is known color: Violet Red. HEX triplet: F7, 31 and 77. RGB value is (247,49,119). Sum of RGB (Red+Green+Blue) = 247+49+119=415 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.52% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 247 - color contains mainly: red. Hex color #F73177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73177 is #08CE88. Grayscale: #747474. Windows color (decimal): -577161 or 7811575. OLE color: 7811575.
HSL color Cylindrical-coordinate representation of color #F73177: hue angle of 338.79º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F73177 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 119 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.03 |
| HSL | 338.79º | 0.93% | 0.58% | - |
| HSV(B) | 338.79º | 0.8% | 0.97% | - |
| XYZ | 42.79 | 23.3 | 19.7 | - |
| YUV | 116.18 | 129.6 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 119 | 0 | 0.80 | 0.52 | 0.03 | 338.79 | 0.93 | 0.58 |
| Hex | F7 | 31 | 77 | 0 | 50 | 34 | 3 | 153 | 5D | 3A |
| Octal | 367 | 61 | 167 | 0 | 120 | 64 | 3 | 523 | 135 | 72 |
| Binary | 11110111 | 110001 | 1110111 | 0 | 1010000 | 110100 | 11 | 101010011 | 1011101 | 111010 |
Color Harmonies of #F73177
Complementary color
Monochromatic Colors of #F73177
Black with #F73177
Text Example
Text Example
White with #F73177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73177; }
p { color: rgb(247,49,119); }
H1.HeaderClassName
{
color: #F73177;
}
.AnyTagClassName
{
color: #F73177;
}
</style>
background-color css
<style>
a { background-color: #F73177; }
a { background-color: rgb(247,49,119); }
div.DivClassName
{
background-color: #F73177;
}
.BgClassName
{
background-color: #F73177;
}
</style>
border-color css
<style>
span { border-color: #F73177; }
span { border-color: rgb(247,49,119); }
td.TdClassName
{
border-color: #F73177;
}
.TagClassName
{
border-color: #F73177;
}
</style>