Shades of Violet Red #F74190
Tints of Violet Red #F74190
RGB
CMYK
RGB Variations
Color information
#F74190 (or 0xF74190) is known color: Violet Red. HEX triplet: F7, 41 and 90. RGB value is (247,65,144). Sum of RGB (Red+Green+Blue) = 247+65+144=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F74190 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74190 is #08BE6F. Grayscale: #808080. Windows color (decimal): -573040 or 9454071. OLE color: 9454071.
HSL color Cylindrical-coordinate representation of color #F74190: hue angle of 333.96º 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 #F74190 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 144 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.03 |
| HSL | 333.96º | 0.92% | 0.61% | - |
| HSV(B) | 333.96º | 0.74% | 0.97% | - |
| XYZ | 45.28 | 25.57 | 28.93 | - |
| YUV | 128.42 | 136.8 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 144 | 0 | 0.74 | 0.42 | 0.03 | 333.96 | 0.92 | 0.61 |
| Hex | F7 | 41 | 90 | 0 | 4A | 2A | 3 | 14E | 5C | 3D |
| Octal | 367 | 101 | 220 | 0 | 112 | 52 | 3 | 516 | 134 | 75 |
| Binary | 11110111 | 1000001 | 10010000 | 0 | 1001010 | 101010 | 11 | 101001110 | 1011100 | 111101 |
Color Harmonies of #F74190
Complementary color
Monochromatic Colors of #F74190
Black with #F74190
Text Example
Text Example
White with #F74190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74190; }
p { color: rgb(247,65,144); }
H1.HeaderClassName
{
color: #F74190;
}
.AnyTagClassName
{
color: #F74190;
}
</style>
background-color css
<style>
a { background-color: #F74190; }
a { background-color: rgb(247,65,144); }
div.DivClassName
{
background-color: #F74190;
}
.BgClassName
{
background-color: #F74190;
}
</style>
border-color css
<style>
span { border-color: #F74190; }
span { border-color: rgb(247,65,144); }
td.TdClassName
{
border-color: #F74190;
}
.TagClassName
{
border-color: #F74190;
}
</style>