Shades of Violet Red #F74478
Tints of Violet Red #F74478
RGB
CMYK
RGB Variations
Color information
#F74478 (or 0xF74478) is known color: Violet Red. HEX triplet: F7, 44 and 78. RGB value is (247,68,120). Sum of RGB (Red+Green+Blue) = 247+68+120=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F74478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74478 is #08BB87. Grayscale: #7F7F7F. Windows color (decimal): -572296 or 7881975. OLE color: 7881975.
HSL color Cylindrical-coordinate representation of color #F74478: hue angle of 342.57º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F74478 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 120 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.03 |
| HSL | 342.57º | 0.92% | 0.62% | - |
| HSV(B) | 342.57º | 0.72% | 0.97% | - |
| XYZ | 43.82 | 25.26 | 20.34 | - |
| YUV | 127.45 | 123.8 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 120 | 0 | 0.72 | 0.51 | 0.03 | 342.57 | 0.92 | 0.62 |
| Hex | F7 | 44 | 78 | 0 | 48 | 33 | 3 | 157 | 5C | 3E |
| Octal | 367 | 104 | 170 | 0 | 110 | 63 | 3 | 527 | 134 | 76 |
| Binary | 11110111 | 1000100 | 1111000 | 0 | 1001000 | 110011 | 11 | 101010111 | 1011100 | 111110 |
Color Harmonies of #F74478
Complementary color
Monochromatic Colors of #F74478
Black with #F74478
Text Example
Text Example
White with #F74478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74478; }
p { color: rgb(247,68,120); }
H1.HeaderClassName
{
color: #F74478;
}
.AnyTagClassName
{
color: #F74478;
}
</style>
background-color css
<style>
a { background-color: #F74478; }
a { background-color: rgb(247,68,120); }
div.DivClassName
{
background-color: #F74478;
}
.BgClassName
{
background-color: #F74478;
}
</style>
border-color css
<style>
span { border-color: #F74478; }
span { border-color: rgb(247,68,120); }
td.TdClassName
{
border-color: #F74478;
}
.TagClassName
{
border-color: #F74478;
}
</style>