Shades of Violet Red #F74278
Tints of Violet Red #F74278
RGB
CMYK
RGB Variations
Color information
#F74278 (or 0xF74278) is known color: Violet Red. HEX triplet: F7, 42 and 78. RGB value is (247,66,120). Sum of RGB (Red+Green+Blue) = 247+66+120=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F74278 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74278 is #08BD87. Grayscale: #7E7E7E. Windows color (decimal): -572808 or 7881463. OLE color: 7881463.
HSL color Cylindrical-coordinate representation of color #F74278: hue angle of 342.1º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F74278 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 120 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.03 |
| HSL | 342.1º | 0.92% | 0.61% | - |
| HSV(B) | 342.1º | 0.73% | 0.97% | - |
| XYZ | 43.7 | 25.03 | 20.3 | - |
| YUV | 126.28 | 124.47 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 120 | 0 | 0.73 | 0.51 | 0.03 | 342.1 | 0.92 | 0.61 |
| Hex | F7 | 42 | 78 | 0 | 49 | 33 | 3 | 156 | 5C | 3D |
| Octal | 367 | 102 | 170 | 0 | 111 | 63 | 3 | 526 | 134 | 75 |
| Binary | 11110111 | 1000010 | 1111000 | 0 | 1001001 | 110011 | 11 | 101010110 | 1011100 | 111101 |
Color Harmonies of #F74278
Complementary color
Monochromatic Colors of #F74278
Black with #F74278
Text Example
Text Example
White with #F74278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74278; }
p { color: rgb(247,66,120); }
H1.HeaderClassName
{
color: #F74278;
}
.AnyTagClassName
{
color: #F74278;
}
</style>
background-color css
<style>
a { background-color: #F74278; }
a { background-color: rgb(247,66,120); }
div.DivClassName
{
background-color: #F74278;
}
.BgClassName
{
background-color: #F74278;
}
</style>
border-color css
<style>
span { border-color: #F74278; }
span { border-color: rgb(247,66,120); }
td.TdClassName
{
border-color: #F74278;
}
.TagClassName
{
border-color: #F74278;
}
</style>