Shades of Violet Red #F74575
Tints of Violet Red #F74575
RGB
CMYK
RGB Variations
Color information
#F74575 (or 0xF74575) is known color: Violet Red. HEX triplet: F7, 45 and 75. RGB value is (247,69,117). Sum of RGB (Red+Green+Blue) = 247+69+117=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F74575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74575 is #08BA8A. Grayscale: #7F7F7F. Windows color (decimal): -572043 or 7685623. OLE color: 7685623.
HSL color Cylindrical-coordinate representation of color #F74575: hue angle of 343.82º 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 #F74575 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 117 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.03 |
| HSL | 343.82º | 0.92% | 0.62% | - |
| HSV(B) | 343.82º | 0.72% | 0.97% | - |
| XYZ | 43.7 | 25.31 | 19.41 | - |
| YUV | 127.69 | 121.97 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 117 | 0 | 0.72 | 0.53 | 0.03 | 343.82 | 0.92 | 0.62 |
| Hex | F7 | 45 | 75 | 0 | 48 | 35 | 3 | 158 | 5C | 3E |
| Octal | 367 | 105 | 165 | 0 | 110 | 65 | 3 | 530 | 134 | 76 |
| Binary | 11110111 | 1000101 | 1110101 | 0 | 1001000 | 110101 | 11 | 101011000 | 1011100 | 111110 |
Color Harmonies of #F74575
Complementary color
Monochromatic Colors of #F74575
Black with #F74575
Text Example
Text Example
White with #F74575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74575; }
p { color: rgb(247,69,117); }
H1.HeaderClassName
{
color: #F74575;
}
.AnyTagClassName
{
color: #F74575;
}
</style>
background-color css
<style>
a { background-color: #F74575; }
a { background-color: rgb(247,69,117); }
div.DivClassName
{
background-color: #F74575;
}
.BgClassName
{
background-color: #F74575;
}
</style>
border-color css
<style>
span { border-color: #F74575; }
span { border-color: rgb(247,69,117); }
td.TdClassName
{
border-color: #F74575;
}
.TagClassName
{
border-color: #F74575;
}
</style>