Shades of Violet Red #F74377
Tints of Violet Red #F74377
RGB
CMYK
RGB Variations
Color information
#F74377 (or 0xF74377) is known color: Violet Red. HEX triplet: F7, 43 and 77. RGB value is (247,67,119). Sum of RGB (Red+Green+Blue) = 247+67+119=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F74377 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74377 is #08BC88. Grayscale: #7E7E7E. Windows color (decimal): -572553 or 7816183. OLE color: 7816183.
HSL color Cylindrical-coordinate representation of color #F74377: hue angle of 342.67º 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 #F74377 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 67 | 119 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.03 |
| HSL | 342.67º | 0.92% | 0.62% | - |
| HSV(B) | 342.67º | 0.73% | 0.97% | - |
| XYZ | 43.69 | 25.12 | 20 | - |
| YUV | 126.75 | 123.63 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 67 | 119 | 0 | 0.73 | 0.52 | 0.03 | 342.67 | 0.92 | 0.62 |
| Hex | F7 | 43 | 77 | 0 | 49 | 34 | 3 | 157 | 5C | 3E |
| Octal | 367 | 103 | 167 | 0 | 111 | 64 | 3 | 527 | 134 | 76 |
| Binary | 11110111 | 1000011 | 1110111 | 0 | 1001001 | 110100 | 11 | 101010111 | 1011100 | 111110 |
Color Harmonies of #F74377
Complementary color
Monochromatic Colors of #F74377
Black with #F74377
Text Example
Text Example
White with #F74377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74377; }
p { color: rgb(247,67,119); }
H1.HeaderClassName
{
color: #F74377;
}
.AnyTagClassName
{
color: #F74377;
}
</style>
background-color css
<style>
a { background-color: #F74377; }
a { background-color: rgb(247,67,119); }
div.DivClassName
{
background-color: #F74377;
}
.BgClassName
{
background-color: #F74377;
}
</style>
border-color css
<style>
span { border-color: #F74377; }
span { border-color: rgb(247,67,119); }
td.TdClassName
{
border-color: #F74377;
}
.TagClassName
{
border-color: #F74377;
}
</style>