Shades of Violet Red #F74992
Tints of Violet Red #F74992
RGB
CMYK
RGB Variations
Color information
#F74992 (or 0xF74992) is known color: Violet Red. HEX triplet: F7, 49 and 92. RGB value is (247,73,146). Sum of RGB (Red+Green+Blue) = 247+73+146=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F74992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74992 is #08B66D. Grayscale: #858585. Windows color (decimal): -570990 or 9587191. OLE color: 9587191.
HSL color Cylindrical-coordinate representation of color #F74992: hue angle of 334.83º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74992 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 73 | 146 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.03 |
| HSL | 334.83º | 0.92% | 0.63% | - |
| HSV(B) | 334.83º | 0.7% | 0.97% | - |
| XYZ | 45.93 | 26.61 | 29.91 | - |
| YUV | 133.35 | 135.15 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 73 | 146 | 0 | 0.70 | 0.41 | 0.03 | 334.83 | 0.92 | 0.63 |
| Hex | F7 | 49 | 92 | 0 | 46 | 29 | 3 | 14F | 5C | 3F |
| Octal | 367 | 111 | 222 | 0 | 106 | 51 | 3 | 517 | 134 | 77 |
| Binary | 11110111 | 1001001 | 10010010 | 0 | 1000110 | 101001 | 11 | 101001111 | 1011100 | 111111 |
Color Harmonies of #F74992
Complementary color
Monochromatic Colors of #F74992
Black with #F74992
Text Example
Text Example
White with #F74992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74992; }
p { color: rgb(247,73,146); }
H1.HeaderClassName
{
color: #F74992;
}
.AnyTagClassName
{
color: #F74992;
}
</style>
background-color css
<style>
a { background-color: #F74992; }
a { background-color: rgb(247,73,146); }
div.DivClassName
{
background-color: #F74992;
}
.BgClassName
{
background-color: #F74992;
}
</style>
border-color css
<style>
span { border-color: #F74992; }
span { border-color: rgb(247,73,146); }
td.TdClassName
{
border-color: #F74992;
}
.TagClassName
{
border-color: #F74992;
}
</style>