Shades of Violet Red #F74689
Tints of Violet Red #F74689
RGB
CMYK
RGB Variations
Color information
#F74689 (or 0xF74689) is known color: Violet Red. HEX triplet: F7, 46 and 89. RGB value is (247,70,137). Sum of RGB (Red+Green+Blue) = 247+70+137=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F74689 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74689 is #08B976. Grayscale: #828282. Windows color (decimal): -571767 or 8996599. OLE color: 8996599.
HSL color Cylindrical-coordinate representation of color #F74689: hue angle of 337.29º 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 #F74689 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 137 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.03 |
| HSL | 337.29º | 0.92% | 0.62% | - |
| HSV(B) | 337.29º | 0.72% | 0.97% | - |
| XYZ | 45.06 | 25.96 | 26.3 | - |
| YUV | 130.56 | 131.64 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 137 | 0 | 0.72 | 0.45 | 0.03 | 337.29 | 0.92 | 0.62 |
| Hex | F7 | 46 | 89 | 0 | 48 | 2D | 3 | 151 | 5C | 3E |
| Octal | 367 | 106 | 211 | 0 | 110 | 55 | 3 | 521 | 134 | 76 |
| Binary | 11110111 | 1000110 | 10001001 | 0 | 1001000 | 101101 | 11 | 101010001 | 1011100 | 111110 |
Color Harmonies of #F74689
Complementary color
Monochromatic Colors of #F74689
Black with #F74689
Text Example
Text Example
White with #F74689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74689; }
p { color: rgb(247,70,137); }
H1.HeaderClassName
{
color: #F74689;
}
.AnyTagClassName
{
color: #F74689;
}
</style>
background-color css
<style>
a { background-color: #F74689; }
a { background-color: rgb(247,70,137); }
div.DivClassName
{
background-color: #F74689;
}
.BgClassName
{
background-color: #F74689;
}
</style>
border-color css
<style>
span { border-color: #F74689; }
span { border-color: rgb(247,70,137); }
td.TdClassName
{
border-color: #F74689;
}
.TagClassName
{
border-color: #F74689;
}
</style>