Shades of Violet Red #F74095
Tints of Violet Red #F74095
RGB
CMYK
RGB Variations
Color information
#F74095 (or 0xF74095) is known color: Violet Red. HEX triplet: F7, 40 and 95. RGB value is (247,64,149). Sum of RGB (Red+Green+Blue) = 247+64+149=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F74095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74095 is #08BF6A. Grayscale: #808080. Windows color (decimal): -573291 or 9781495. OLE color: 9781495.
HSL color Cylindrical-coordinate representation of color #F74095: hue angle of 332.13º 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 #F74095 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 149 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.03 |
| HSL | 332.13º | 0.92% | 0.61% | - |
| HSV(B) | 332.13º | 0.74% | 0.97% | - |
| XYZ | 45.62 | 25.61 | 30.97 | - |
| YUV | 128.41 | 139.63 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 149 | 0 | 0.74 | 0.40 | 0.03 | 332.13 | 0.92 | 0.61 |
| Hex | F7 | 40 | 95 | 0 | 4A | 28 | 3 | 14C | 5C | 3D |
| Octal | 367 | 100 | 225 | 0 | 112 | 50 | 3 | 514 | 134 | 75 |
| Binary | 11110111 | 1000000 | 10010101 | 0 | 1001010 | 101000 | 11 | 101001100 | 1011100 | 111101 |
Color Harmonies of #F74095
Complementary color
Monochromatic Colors of #F74095
Black with #F74095
Text Example
Text Example
White with #F74095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74095; }
p { color: rgb(247,64,149); }
H1.HeaderClassName
{
color: #F74095;
}
.AnyTagClassName
{
color: #F74095;
}
</style>
background-color css
<style>
a { background-color: #F74095; }
a { background-color: rgb(247,64,149); }
div.DivClassName
{
background-color: #F74095;
}
.BgClassName
{
background-color: #F74095;
}
</style>
border-color css
<style>
span { border-color: #F74095; }
span { border-color: rgb(247,64,149); }
td.TdClassName
{
border-color: #F74095;
}
.TagClassName
{
border-color: #F74095;
}
</style>