Shades of Violet Red #F74793
Tints of Violet Red #F74793
RGB
CMYK
RGB Variations
Color information
#F74793 (or 0xF74793) is known color: Violet Red. HEX triplet: F7, 47 and 93. RGB value is (247,71,147). Sum of RGB (Red+Green+Blue) = 247+71+147=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F74793 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74793 is #08B86C. Grayscale: #848484. Windows color (decimal): -571501 or 9652215. OLE color: 9652215.
HSL color Cylindrical-coordinate representation of color #F74793: hue angle of 334.09º 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 #F74793 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 147 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.03 |
| HSL | 334.09º | 0.92% | 0.62% | - |
| HSV(B) | 334.09º | 0.71% | 0.97% | - |
| XYZ | 45.88 | 26.39 | 30.28 | - |
| YUV | 132.29 | 136.31 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 147 | 0 | 0.71 | 0.40 | 0.03 | 334.09 | 0.92 | 0.62 |
| Hex | F7 | 47 | 93 | 0 | 47 | 28 | 3 | 14E | 5C | 3E |
| Octal | 367 | 107 | 223 | 0 | 107 | 50 | 3 | 516 | 134 | 76 |
| Binary | 11110111 | 1000111 | 10010011 | 0 | 1000111 | 101000 | 11 | 101001110 | 1011100 | 111110 |
Color Harmonies of #F74793
Complementary color
Monochromatic Colors of #F74793
Black with #F74793
Text Example
Text Example
White with #F74793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74793; }
p { color: rgb(247,71,147); }
H1.HeaderClassName
{
color: #F74793;
}
.AnyTagClassName
{
color: #F74793;
}
</style>
background-color css
<style>
a { background-color: #F74793; }
a { background-color: rgb(247,71,147); }
div.DivClassName
{
background-color: #F74793;
}
.BgClassName
{
background-color: #F74793;
}
</style>
border-color css
<style>
span { border-color: #F74793; }
span { border-color: rgb(247,71,147); }
td.TdClassName
{
border-color: #F74793;
}
.TagClassName
{
border-color: #F74793;
}
</style>