Shades of Violet Red #F74290
Tints of Violet Red #F74290
RGB
CMYK
RGB Variations
Color information
#F74290 (or 0xF74290) is known color: Violet Red. HEX triplet: F7, 42 and 90. RGB value is (247,66,144). Sum of RGB (Red+Green+Blue) = 247+66+144=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F74290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74290 is #08BD6F. Grayscale: #808080. Windows color (decimal): -572784 or 9454327. OLE color: 9454327.
HSL color Cylindrical-coordinate representation of color #F74290: hue angle of 334.14º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F74290 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 144 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.03 |
| HSL | 334.14º | 0.92% | 0.61% | - |
| HSV(B) | 334.14º | 0.73% | 0.97% | - |
| XYZ | 45.34 | 25.68 | 28.95 | - |
| YUV | 129.01 | 136.47 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 144 | 0 | 0.73 | 0.42 | 0.03 | 334.14 | 0.92 | 0.61 |
| Hex | F7 | 42 | 90 | 0 | 49 | 2A | 3 | 14E | 5C | 3D |
| Octal | 367 | 102 | 220 | 0 | 111 | 52 | 3 | 516 | 134 | 75 |
| Binary | 11110111 | 1000010 | 10010000 | 0 | 1001001 | 101010 | 11 | 101001110 | 1011100 | 111101 |
Color Harmonies of #F74290
Complementary color
Monochromatic Colors of #F74290
Black with #F74290
Text Example
Text Example
White with #F74290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74290; }
p { color: rgb(247,66,144); }
H1.HeaderClassName
{
color: #F74290;
}
.AnyTagClassName
{
color: #F74290;
}
</style>
background-color css
<style>
a { background-color: #F74290; }
a { background-color: rgb(247,66,144); }
div.DivClassName
{
background-color: #F74290;
}
.BgClassName
{
background-color: #F74290;
}
</style>
border-color css
<style>
span { border-color: #F74290; }
span { border-color: rgb(247,66,144); }
td.TdClassName
{
border-color: #F74290;
}
.TagClassName
{
border-color: #F74290;
}
</style>