Shades of Violet Red #F74591
Tints of Violet Red #F74591
RGB
CMYK
RGB Variations
Color information
#F74591 (or 0xF74591) is known color: Violet Red. HEX triplet: F7, 45 and 91. RGB value is (247,69,145). Sum of RGB (Red+Green+Blue) = 247+69+145=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F74591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74591 is #08BA6E. Grayscale: #828282. Windows color (decimal): -572015 or 9520631. OLE color: 9520631.
HSL color Cylindrical-coordinate representation of color #F74591: hue angle of 334.38º 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 #F74591 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 145 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.03 |
| HSL | 334.38º | 0.92% | 0.62% | - |
| HSV(B) | 334.38º | 0.72% | 0.97% | - |
| XYZ | 45.6 | 26.07 | 29.42 | - |
| YUV | 130.89 | 135.97 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 145 | 0 | 0.72 | 0.41 | 0.03 | 334.38 | 0.92 | 0.62 |
| Hex | F7 | 45 | 91 | 0 | 48 | 29 | 3 | 14E | 5C | 3E |
| Octal | 367 | 105 | 221 | 0 | 110 | 51 | 3 | 516 | 134 | 76 |
| Binary | 11110111 | 1000101 | 10010001 | 0 | 1001000 | 101001 | 11 | 101001110 | 1011100 | 111110 |
Color Harmonies of #F74591
Complementary color
Monochromatic Colors of #F74591
Black with #F74591
Text Example
Text Example
White with #F74591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74591; }
p { color: rgb(247,69,145); }
H1.HeaderClassName
{
color: #F74591;
}
.AnyTagClassName
{
color: #F74591;
}
</style>
background-color css
<style>
a { background-color: #F74591; }
a { background-color: rgb(247,69,145); }
div.DivClassName
{
background-color: #F74591;
}
.BgClassName
{
background-color: #F74591;
}
</style>
border-color css
<style>
span { border-color: #F74591; }
span { border-color: rgb(247,69,145); }
td.TdClassName
{
border-color: #F74591;
}
.TagClassName
{
border-color: #F74591;
}
</style>