Shades of Violet Red #F74096
Tints of Violet Red #F74096
RGB
CMYK
RGB Variations
Color information
#F74096 (or 0xF74096) is known color: Violet Red. HEX triplet: F7, 40 and 96. RGB value is (247,64,150). Sum of RGB (Red+Green+Blue) = 247+64+150=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F74096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74096 is #08BF69. Grayscale: #808080. Windows color (decimal): -573290 or 9847031. OLE color: 9847031.
HSL color Cylindrical-coordinate representation of color #F74096: hue angle of 331.8º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F74096 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 150 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.03 |
| HSL | 331.8º | 0.92% | 0.61% | - |
| HSV(B) | 331.8º | 0.74% | 0.97% | - |
| XYZ | 45.7 | 25.64 | 31.4 | - |
| YUV | 128.52 | 140.13 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 150 | 0 | 0.74 | 0.39 | 0.03 | 331.8 | 0.92 | 0.61 |
| Hex | F7 | 40 | 96 | 0 | 4A | 27 | 3 | 14C | 5C | 3D |
| Octal | 367 | 100 | 226 | 0 | 112 | 47 | 3 | 514 | 134 | 75 |
| Binary | 11110111 | 1000000 | 10010110 | 0 | 1001010 | 100111 | 11 | 101001100 | 1011100 | 111101 |
Color Harmonies of #F74096
Complementary color
Monochromatic Colors of #F74096
Black with #F74096
Text Example
Text Example
White with #F74096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74096; }
p { color: rgb(247,64,150); }
H1.HeaderClassName
{
color: #F74096;
}
.AnyTagClassName
{
color: #F74096;
}
</style>
background-color css
<style>
a { background-color: #F74096; }
a { background-color: rgb(247,64,150); }
div.DivClassName
{
background-color: #F74096;
}
.BgClassName
{
background-color: #F74096;
}
</style>
border-color css
<style>
span { border-color: #F74096; }
span { border-color: rgb(247,64,150); }
td.TdClassName
{
border-color: #F74096;
}
.TagClassName
{
border-color: #F74096;
}
</style>