Shades of Violet Red #F74376
Tints of Violet Red #F74376
RGB
CMYK
RGB Variations
Color information
#F74376 (or 0xF74376) is known color: Violet Red. HEX triplet: F7, 43 and 76. RGB value is (247,67,118). Sum of RGB (Red+Green+Blue) = 247+67+118=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F74376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74376 is #08BC89. Grayscale: #7E7E7E. Windows color (decimal): -572554 or 7750647. OLE color: 7750647.
HSL color Cylindrical-coordinate representation of color #F74376: hue angle of 343º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F74376 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 67 | 118 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.03 |
| HSL | 343º | 0.92% | 0.62% | - |
| HSV(B) | 343º | 0.73% | 0.97% | - |
| XYZ | 43.63 | 25.1 | 19.68 | - |
| YUV | 126.63 | 123.13 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 67 | 118 | 0 | 0.73 | 0.52 | 0.03 | 343 | 0.92 | 0.62 |
| Hex | F7 | 43 | 76 | 0 | 49 | 34 | 3 | 157 | 5C | 3E |
| Octal | 367 | 103 | 166 | 0 | 111 | 64 | 3 | 527 | 134 | 76 |
| Binary | 11110111 | 1000011 | 1110110 | 0 | 1001001 | 110100 | 11 | 101010111 | 1011100 | 111110 |
Color Harmonies of #F74376
Complementary color
Monochromatic Colors of #F74376
Black with #F74376
Text Example
Text Example
White with #F74376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74376; }
p { color: rgb(247,67,118); }
H1.HeaderClassName
{
color: #F74376;
}
.AnyTagClassName
{
color: #F74376;
}
</style>
background-color css
<style>
a { background-color: #F74376; }
a { background-color: rgb(247,67,118); }
div.DivClassName
{
background-color: #F74376;
}
.BgClassName
{
background-color: #F74376;
}
</style>
border-color css
<style>
span { border-color: #F74376; }
span { border-color: rgb(247,67,118); }
td.TdClassName
{
border-color: #F74376;
}
.TagClassName
{
border-color: #F74376;
}
</style>