Shades of Violet Red #F74790
Tints of Violet Red #F74790
RGB
CMYK
RGB Variations
Color information
#F74790 (or 0xF74790) is known color: Violet Red. HEX triplet: F7, 47 and 90. RGB value is (247,71,144). Sum of RGB (Red+Green+Blue) = 247+71+144=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F74790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74790 is #08B86F. Grayscale: #838383. Windows color (decimal): -571504 or 9455607. OLE color: 9455607.
HSL color Cylindrical-coordinate representation of color #F74790: hue angle of 335.11º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F74790 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 144 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.03 |
| HSL | 335.11º | 0.92% | 0.62% | - |
| HSV(B) | 335.11º | 0.71% | 0.97% | - |
| XYZ | 45.65 | 26.29 | 29.06 | - |
| YUV | 131.95 | 134.81 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 144 | 0 | 0.71 | 0.42 | 0.03 | 335.11 | 0.92 | 0.62 |
| Hex | F7 | 47 | 90 | 0 | 47 | 2A | 3 | 14F | 5C | 3E |
| Octal | 367 | 107 | 220 | 0 | 107 | 52 | 3 | 517 | 134 | 76 |
| Binary | 11110111 | 1000111 | 10010000 | 0 | 1000111 | 101010 | 11 | 101001111 | 1011100 | 111110 |
Color Harmonies of #F74790
Complementary color
Monochromatic Colors of #F74790
Black with #F74790
Text Example
Text Example
White with #F74790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74790; }
p { color: rgb(247,71,144); }
H1.HeaderClassName
{
color: #F74790;
}
.AnyTagClassName
{
color: #F74790;
}
</style>
background-color css
<style>
a { background-color: #F74790; }
a { background-color: rgb(247,71,144); }
div.DivClassName
{
background-color: #F74790;
}
.BgClassName
{
background-color: #F74790;
}
</style>
border-color css
<style>
span { border-color: #F74790; }
span { border-color: rgb(247,71,144); }
td.TdClassName
{
border-color: #F74790;
}
.TagClassName
{
border-color: #F74790;
}
</style>