Shades of Violet Red #F74193
Tints of Violet Red #F74193
RGB
CMYK
RGB Variations
Color information
#F74193 (or 0xF74193) is known color: Violet Red. HEX triplet: F7, 41 and 93. RGB value is (247,65,147). Sum of RGB (Red+Green+Blue) = 247+65+147=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F74193 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74193 is #08BE6C. Grayscale: #808080. Windows color (decimal): -573037 or 9650679. OLE color: 9650679.
HSL color Cylindrical-coordinate representation of color #F74193: hue angle of 332.97º 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 #F74193 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 147 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.03 |
| HSL | 332.97º | 0.92% | 0.61% | - |
| HSV(B) | 332.97º | 0.74% | 0.97% | - |
| XYZ | 45.51 | 25.66 | 30.16 | - |
| YUV | 128.77 | 138.3 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 147 | 0 | 0.74 | 0.40 | 0.03 | 332.97 | 0.92 | 0.61 |
| Hex | F7 | 41 | 93 | 0 | 4A | 28 | 3 | 14D | 5C | 3D |
| Octal | 367 | 101 | 223 | 0 | 112 | 50 | 3 | 515 | 134 | 75 |
| Binary | 11110111 | 1000001 | 10010011 | 0 | 1001010 | 101000 | 11 | 101001101 | 1011100 | 111101 |
Color Harmonies of #F74193
Complementary color
Monochromatic Colors of #F74193
Black with #F74193
Text Example
Text Example
White with #F74193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74193; }
p { color: rgb(247,65,147); }
H1.HeaderClassName
{
color: #F74193;
}
.AnyTagClassName
{
color: #F74193;
}
</style>
background-color css
<style>
a { background-color: #F74193; }
a { background-color: rgb(247,65,147); }
div.DivClassName
{
background-color: #F74193;
}
.BgClassName
{
background-color: #F74193;
}
</style>
border-color css
<style>
span { border-color: #F74193; }
span { border-color: rgb(247,65,147); }
td.TdClassName
{
border-color: #F74193;
}
.TagClassName
{
border-color: #F74193;
}
</style>