Shades of Violet Red #F74090
Tints of Violet Red #F74090
RGB
CMYK
RGB Variations
Color information
#F74090 (or 0xF74090) is known color: Violet Red. HEX triplet: F7, 40 and 90. RGB value is (247,64,144). Sum of RGB (Red+Green+Blue) = 247+64+144=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F74090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74090 is #08BF6F. Grayscale: #7F7F7F. Windows color (decimal): -573296 or 9453815. OLE color: 9453815.
HSL color Cylindrical-coordinate representation of color #F74090: hue angle of 333.77º 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 #F74090 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 144 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.03 |
| HSL | 333.77º | 0.92% | 0.61% | - |
| HSV(B) | 333.77º | 0.74% | 0.97% | - |
| XYZ | 45.23 | 25.45 | 28.92 | - |
| YUV | 127.84 | 137.13 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 144 | 0 | 0.74 | 0.42 | 0.03 | 333.77 | 0.92 | 0.61 |
| Hex | F7 | 40 | 90 | 0 | 4A | 2A | 3 | 14E | 5C | 3D |
| Octal | 367 | 100 | 220 | 0 | 112 | 52 | 3 | 516 | 134 | 75 |
| Binary | 11110111 | 1000000 | 10010000 | 0 | 1001010 | 101010 | 11 | 101001110 | 1011100 | 111101 |
Color Harmonies of #F74090
Complementary color
Monochromatic Colors of #F74090
Black with #F74090
Text Example
Text Example
White with #F74090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74090; }
p { color: rgb(247,64,144); }
H1.HeaderClassName
{
color: #F74090;
}
.AnyTagClassName
{
color: #F74090;
}
</style>
background-color css
<style>
a { background-color: #F74090; }
a { background-color: rgb(247,64,144); }
div.DivClassName
{
background-color: #F74090;
}
.BgClassName
{
background-color: #F74090;
}
</style>
border-color css
<style>
span { border-color: #F74090; }
span { border-color: rgb(247,64,144); }
td.TdClassName
{
border-color: #F74090;
}
.TagClassName
{
border-color: #F74090;
}
</style>