Shades of Violet Red #F74997
Tints of Violet Red #F74997
RGB
CMYK
RGB Variations
Color information
#F74997 (or 0xF74997) is known color: Violet Red. HEX triplet: F7, 49 and 97. RGB value is (247,73,151). Sum of RGB (Red+Green+Blue) = 247+73+151=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F74997 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74997 is #08B668. Grayscale: #858585. Windows color (decimal): -570985 or 9914871. OLE color: 9914871.
HSL color Cylindrical-coordinate representation of color #F74997: hue angle of 333.1º 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 #F74997 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 73 | 151 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.03 |
| HSL | 333.1º | 0.92% | 0.63% | - |
| HSV(B) | 333.1º | 0.7% | 0.97% | - |
| XYZ | 46.33 | 26.77 | 32 | - |
| YUV | 133.92 | 137.65 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 73 | 151 | 0 | 0.70 | 0.39 | 0.03 | 333.1 | 0.92 | 0.63 |
| Hex | F7 | 49 | 97 | 0 | 46 | 27 | 3 | 14D | 5C | 3F |
| Octal | 367 | 111 | 227 | 0 | 106 | 47 | 3 | 515 | 134 | 77 |
| Binary | 11110111 | 1001001 | 10010111 | 0 | 1000110 | 100111 | 11 | 101001101 | 1011100 | 111111 |
Color Harmonies of #F74997
Complementary color
Monochromatic Colors of #F74997
Black with #F74997
Text Example
Text Example
White with #F74997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74997; }
p { color: rgb(247,73,151); }
H1.HeaderClassName
{
color: #F74997;
}
.AnyTagClassName
{
color: #F74997;
}
</style>
background-color css
<style>
a { background-color: #F74997; }
a { background-color: rgb(247,73,151); }
div.DivClassName
{
background-color: #F74997;
}
.BgClassName
{
background-color: #F74997;
}
</style>
border-color css
<style>
span { border-color: #F74997; }
span { border-color: rgb(247,73,151); }
td.TdClassName
{
border-color: #F74997;
}
.TagClassName
{
border-color: #F74997;
}
</style>