Shades of Violet Red #F74592
Tints of Violet Red #F74592
RGB
CMYK
RGB Variations
Color information
#F74592 (or 0xF74592) is known color: Violet Red. HEX triplet: F7, 45 and 92. RGB value is (247,69,146). Sum of RGB (Red+Green+Blue) = 247+69+146=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F74592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74592 is #08BA6D. Grayscale: #828282. Windows color (decimal): -572014 or 9586167. OLE color: 9586167.
HSL color Cylindrical-coordinate representation of color #F74592: hue angle of 334.04º 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 #F74592 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 146 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.03 |
| HSL | 334.05º | 0.92% | 0.62% | - |
| HSV(B) | 334.05º | 0.72% | 0.97% | - |
| XYZ | 45.67 | 26.11 | 29.83 | - |
| YUV | 131 | 136.47 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 146 | 0 | 0.72 | 0.41 | 0.03 | 334.05 | 0.92 | 0.62 |
| Hex | F7 | 45 | 92 | 0 | 48 | 29 | 3 | 14E | 5C | 3E |
| Octal | 367 | 105 | 222 | 0 | 110 | 51 | 3 | 516 | 134 | 76 |
| Binary | 11110111 | 1000101 | 10010010 | 0 | 1001000 | 101001 | 11 | 101001110 | 1011100 | 111110 |
Color Harmonies of #F74592
Complementary color
Monochromatic Colors of #F74592
Black with #F74592
Text Example
Text Example
White with #F74592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74592; }
p { color: rgb(247,69,146); }
H1.HeaderClassName
{
color: #F74592;
}
.AnyTagClassName
{
color: #F74592;
}
</style>
background-color css
<style>
a { background-color: #F74592; }
a { background-color: rgb(247,69,146); }
div.DivClassName
{
background-color: #F74592;
}
.BgClassName
{
background-color: #F74592;
}
</style>
border-color css
<style>
span { border-color: #F74592; }
span { border-color: rgb(247,69,146); }
td.TdClassName
{
border-color: #F74592;
}
.TagClassName
{
border-color: #F74592;
}
</style>