Shades of Violet Red #F73178
Tints of Violet Red #F73178
RGB
CMYK
RGB Variations
Color information
#F73178 (or 0xF73178) is known color: Violet Red. HEX triplet: F7, 31 and 78. RGB value is (247,49,120). Sum of RGB (Red+Green+Blue) = 247+49+120=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F73178 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73178 is #08CE87. Grayscale: #747474. Windows color (decimal): -577160 or 7877111. OLE color: 7877111.
HSL color Cylindrical-coordinate representation of color #F73178: hue angle of 338.48º 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 #F73178 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 120 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.03 |
| HSL | 338.48º | 0.93% | 0.58% | - |
| HSV(B) | 338.48º | 0.8% | 0.97% | - |
| XYZ | 42.85 | 23.33 | 20.01 | - |
| YUV | 116.3 | 130.1 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 120 | 0 | 0.80 | 0.51 | 0.03 | 338.48 | 0.93 | 0.58 |
| Hex | F7 | 31 | 78 | 0 | 50 | 33 | 3 | 152 | 5D | 3A |
| Octal | 367 | 61 | 170 | 0 | 120 | 63 | 3 | 522 | 135 | 72 |
| Binary | 11110111 | 110001 | 1111000 | 0 | 1010000 | 110011 | 11 | 101010010 | 1011101 | 111010 |
Color Harmonies of #F73178
Complementary color
Monochromatic Colors of #F73178
Black with #F73178
Text Example
Text Example
White with #F73178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73178; }
p { color: rgb(247,49,120); }
H1.HeaderClassName
{
color: #F73178;
}
.AnyTagClassName
{
color: #F73178;
}
</style>
background-color css
<style>
a { background-color: #F73178; }
a { background-color: rgb(247,49,120); }
div.DivClassName
{
background-color: #F73178;
}
.BgClassName
{
background-color: #F73178;
}
</style>
border-color css
<style>
span { border-color: #F73178; }
span { border-color: rgb(247,49,120); }
td.TdClassName
{
border-color: #F73178;
}
.TagClassName
{
border-color: #F73178;
}
</style>