Shades of Violet Red #F74093
Tints of Violet Red #F74093
RGB
CMYK
RGB Variations
Color information
#F74093 (or 0xF74093) is known color: Violet Red. HEX triplet: F7, 40 and 93. RGB value is (247,64,147). Sum of RGB (Red+Green+Blue) = 247+64+147=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F74093 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74093 is #08BF6C. Grayscale: #808080. Windows color (decimal): -573293 or 9650423. OLE color: 9650423.
HSL color Cylindrical-coordinate representation of color #F74093: hue angle of 332.79º 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 #F74093 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 147 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.03 |
| HSL | 332.79º | 0.92% | 0.61% | - |
| HSV(B) | 332.79º | 0.74% | 0.97% | - |
| XYZ | 45.46 | 25.55 | 30.14 | - |
| YUV | 128.18 | 138.63 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 147 | 0 | 0.74 | 0.40 | 0.03 | 332.79 | 0.92 | 0.61 |
| Hex | F7 | 40 | 93 | 0 | 4A | 28 | 3 | 14D | 5C | 3D |
| Octal | 367 | 100 | 223 | 0 | 112 | 50 | 3 | 515 | 134 | 75 |
| Binary | 11110111 | 1000000 | 10010011 | 0 | 1001010 | 101000 | 11 | 101001101 | 1011100 | 111101 |
Color Harmonies of #F74093
Complementary color
Monochromatic Colors of #F74093
Black with #F74093
Text Example
Text Example
White with #F74093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74093; }
p { color: rgb(247,64,147); }
H1.HeaderClassName
{
color: #F74093;
}
.AnyTagClassName
{
color: #F74093;
}
</style>
background-color css
<style>
a { background-color: #F74093; }
a { background-color: rgb(247,64,147); }
div.DivClassName
{
background-color: #F74093;
}
.BgClassName
{
background-color: #F74093;
}
</style>
border-color css
<style>
span { border-color: #F74093; }
span { border-color: rgb(247,64,147); }
td.TdClassName
{
border-color: #F74093;
}
.TagClassName
{
border-color: #F74093;
}
</style>