Shades of Violet Red #F74177
Tints of Violet Red #F74177
RGB
CMYK
RGB Variations
Color information
#F74177 (or 0xF74177) is known color: Violet Red. HEX triplet: F7, 41 and 77. RGB value is (247,65,119). Sum of RGB (Red+Green+Blue) = 247+65+119=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F74177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74177 is #08BE88. Grayscale: #7D7D7D. Windows color (decimal): -573065 or 7815671. OLE color: 7815671.
HSL color Cylindrical-coordinate representation of color #F74177: hue angle of 342.2º 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 #F74177 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 119 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.03 |
| HSL | 342.2º | 0.92% | 0.61% | - |
| HSV(B) | 342.2º | 0.74% | 0.97% | - |
| XYZ | 43.58 | 24.89 | 19.96 | - |
| YUV | 125.57 | 124.3 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 119 | 0 | 0.74 | 0.52 | 0.03 | 342.2 | 0.92 | 0.61 |
| Hex | F7 | 41 | 77 | 0 | 4A | 34 | 3 | 156 | 5C | 3D |
| Octal | 367 | 101 | 167 | 0 | 112 | 64 | 3 | 526 | 134 | 75 |
| Binary | 11110111 | 1000001 | 1110111 | 0 | 1001010 | 110100 | 11 | 101010110 | 1011100 | 111101 |
Color Harmonies of #F74177
Complementary color
Monochromatic Colors of #F74177
Black with #F74177
Text Example
Text Example
White with #F74177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74177; }
p { color: rgb(247,65,119); }
H1.HeaderClassName
{
color: #F74177;
}
.AnyTagClassName
{
color: #F74177;
}
</style>
background-color css
<style>
a { background-color: #F74177; }
a { background-color: rgb(247,65,119); }
div.DivClassName
{
background-color: #F74177;
}
.BgClassName
{
background-color: #F74177;
}
</style>
border-color css
<style>
span { border-color: #F74177; }
span { border-color: rgb(247,65,119); }
td.TdClassName
{
border-color: #F74177;
}
.TagClassName
{
border-color: #F74177;
}
</style>