Shades of Violet Red #F74576
Tints of Violet Red #F74576
RGB
CMYK
RGB Variations
Color information
#F74576 (or 0xF74576) is known color: Violet Red. HEX triplet: F7, 45 and 76. RGB value is (247,69,118). Sum of RGB (Red+Green+Blue) = 247+69+118=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F74576 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74576 is #08BA89. Grayscale: #7F7F7F. Windows color (decimal): -572042 or 7751159. OLE color: 7751159.
HSL color Cylindrical-coordinate representation of color #F74576: hue angle of 343.48º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F74576 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 118 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.03 |
| HSL | 343.48º | 0.92% | 0.62% | - |
| HSV(B) | 343.48º | 0.72% | 0.97% | - |
| XYZ | 43.76 | 25.34 | 19.72 | - |
| YUV | 127.81 | 122.47 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 118 | 0 | 0.72 | 0.52 | 0.03 | 343.48 | 0.92 | 0.62 |
| Hex | F7 | 45 | 76 | 0 | 48 | 34 | 3 | 157 | 5C | 3E |
| Octal | 367 | 105 | 166 | 0 | 110 | 64 | 3 | 527 | 134 | 76 |
| Binary | 11110111 | 1000101 | 1110110 | 0 | 1001000 | 110100 | 11 | 101010111 | 1011100 | 111110 |
Color Harmonies of #F74576
Complementary color
Monochromatic Colors of #F74576
Black with #F74576
Text Example
Text Example
White with #F74576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74576; }
p { color: rgb(247,69,118); }
H1.HeaderClassName
{
color: #F74576;
}
.AnyTagClassName
{
color: #F74576;
}
</style>
background-color css
<style>
a { background-color: #F74576; }
a { background-color: rgb(247,69,118); }
div.DivClassName
{
background-color: #F74576;
}
.BgClassName
{
background-color: #F74576;
}
</style>
border-color css
<style>
span { border-color: #F74576; }
span { border-color: rgb(247,69,118); }
td.TdClassName
{
border-color: #F74576;
}
.TagClassName
{
border-color: #F74576;
}
</style>