Shades of Violet Red #F74197
Tints of Violet Red #F74197
RGB
CMYK
RGB Variations
Color information
#F74197 (or 0xF74197) is known color: Violet Red. HEX triplet: F7, 41 and 97. RGB value is (247,65,151). Sum of RGB (Red+Green+Blue) = 247+65+151=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F74197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74197 is #08BE68. Grayscale: #818181. Windows color (decimal): -573033 or 9912823. OLE color: 9912823.
HSL color Cylindrical-coordinate representation of color #F74197: hue angle of 331.65º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F74197 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 151 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.03 |
| HSL | 331.65º | 0.92% | 0.61% | - |
| HSV(B) | 331.65º | 0.74% | 0.97% | - |
| XYZ | 45.83 | 25.79 | 31.84 | - |
| YUV | 129.22 | 140.3 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 151 | 0 | 0.74 | 0.39 | 0.03 | 331.65 | 0.92 | 0.61 |
| Hex | F7 | 41 | 97 | 0 | 4A | 27 | 3 | 14C | 5C | 3D |
| Octal | 367 | 101 | 227 | 0 | 112 | 47 | 3 | 514 | 134 | 75 |
| Binary | 11110111 | 1000001 | 10010111 | 0 | 1001010 | 100111 | 11 | 101001100 | 1011100 | 111101 |
Color Harmonies of #F74197
Complementary color
Monochromatic Colors of #F74197
Black with #F74197
Text Example
Text Example
White with #F74197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74197; }
p { color: rgb(247,65,151); }
H1.HeaderClassName
{
color: #F74197;
}
.AnyTagClassName
{
color: #F74197;
}
</style>
background-color css
<style>
a { background-color: #F74197; }
a { background-color: rgb(247,65,151); }
div.DivClassName
{
background-color: #F74197;
}
.BgClassName
{
background-color: #F74197;
}
</style>
border-color css
<style>
span { border-color: #F74197; }
span { border-color: rgb(247,65,151); }
td.TdClassName
{
border-color: #F74197;
}
.TagClassName
{
border-color: #F74197;
}
</style>