Shades of Violet Red #F74378
Tints of Violet Red #F74378
RGB
CMYK
RGB Variations
Color information
#F74378 (or 0xF74378) is known color: Violet Red. HEX triplet: F7, 43 and 78. RGB value is (247,67,120). Sum of RGB (Red+Green+Blue) = 247+67+120=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F74378 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74378 is #08BC87. Grayscale: #7E7E7E. Windows color (decimal): -572552 or 7881719. OLE color: 7881719.
HSL color Cylindrical-coordinate representation of color #F74378: hue angle of 342.33º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F74378 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 67 | 120 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.03 |
| HSL | 342.33º | 0.92% | 0.62% | - |
| HSV(B) | 342.33º | 0.73% | 0.97% | - |
| XYZ | 43.76 | 25.14 | 20.32 | - |
| YUV | 126.86 | 124.13 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 67 | 120 | 0 | 0.73 | 0.51 | 0.03 | 342.33 | 0.92 | 0.62 |
| Hex | F7 | 43 | 78 | 0 | 49 | 33 | 3 | 156 | 5C | 3E |
| Octal | 367 | 103 | 170 | 0 | 111 | 63 | 3 | 526 | 134 | 76 |
| Binary | 11110111 | 1000011 | 1111000 | 0 | 1001001 | 110011 | 11 | 101010110 | 1011100 | 111110 |
Color Harmonies of #F74378
Complementary color
Monochromatic Colors of #F74378
Black with #F74378
Text Example
Text Example
White with #F74378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74378; }
p { color: rgb(247,67,120); }
H1.HeaderClassName
{
color: #F74378;
}
.AnyTagClassName
{
color: #F74378;
}
</style>
background-color css
<style>
a { background-color: #F74378; }
a { background-color: rgb(247,67,120); }
div.DivClassName
{
background-color: #F74378;
}
.BgClassName
{
background-color: #F74378;
}
</style>
border-color css
<style>
span { border-color: #F74378; }
span { border-color: rgb(247,67,120); }
td.TdClassName
{
border-color: #F74378;
}
.TagClassName
{
border-color: #F74378;
}
</style>