Shades of Violet Red #F74294
Tints of Violet Red #F74294
RGB
CMYK
RGB Variations
Color information
#F74294 (or 0xF74294) is known color: Violet Red. HEX triplet: F7, 42 and 94. RGB value is (247,66,148). Sum of RGB (Red+Green+Blue) = 247+66+148=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F74294 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74294 is #08BD6B. Grayscale: #818181. Windows color (decimal): -572780 or 9716471. OLE color: 9716471.
HSL color Cylindrical-coordinate representation of color #F74294: hue angle of 332.82º 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 #F74294 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 148 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.03 |
| HSL | 332.82º | 0.92% | 0.61% | - |
| HSV(B) | 332.82º | 0.73% | 0.97% | - |
| XYZ | 45.65 | 25.81 | 30.59 | - |
| YUV | 129.47 | 138.47 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 148 | 0 | 0.73 | 0.40 | 0.03 | 332.82 | 0.92 | 0.61 |
| Hex | F7 | 42 | 94 | 0 | 49 | 28 | 3 | 14D | 5C | 3D |
| Octal | 367 | 102 | 224 | 0 | 111 | 50 | 3 | 515 | 134 | 75 |
| Binary | 11110111 | 1000010 | 10010100 | 0 | 1001001 | 101000 | 11 | 101001101 | 1011100 | 111101 |
Color Harmonies of #F74294
Complementary color
Monochromatic Colors of #F74294
Black with #F74294
Text Example
Text Example
White with #F74294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74294; }
p { color: rgb(247,66,148); }
H1.HeaderClassName
{
color: #F74294;
}
.AnyTagClassName
{
color: #F74294;
}
</style>
background-color css
<style>
a { background-color: #F74294; }
a { background-color: rgb(247,66,148); }
div.DivClassName
{
background-color: #F74294;
}
.BgClassName
{
background-color: #F74294;
}
</style>
border-color css
<style>
span { border-color: #F74294; }
span { border-color: rgb(247,66,148); }
td.TdClassName
{
border-color: #F74294;
}
.TagClassName
{
border-color: #F74294;
}
</style>