Shades of Violet Red #F84076
Tints of Violet Red #F84076
RGB
CMYK
RGB Variations
Color information
#F84076 (or 0xF84076) is known color: Violet Red. HEX triplet: F8, 40 and 76. RGB value is (248,64,118). Sum of RGB (Red+Green+Blue) = 248+64+118=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F84076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84076 is #07BF89. Grayscale: #7D7D7D. Windows color (decimal): -507786 or 7749880. OLE color: 7749880.
HSL color Cylindrical-coordinate representation of color #F84076: hue angle of 342.39º degrees, saturation: 0.93, 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 #F84076 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 118 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.03 |
| HSL | 342.39º | 0.93% | 0.61% | - |
| HSV(B) | 342.39º | 0.74% | 0.97% | - |
| XYZ | 43.81 | 24.93 | 19.64 | - |
| YUV | 125.17 | 123.96 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 118 | 0 | 0.74 | 0.52 | 0.03 | 342.39 | 0.93 | 0.61 |
| Hex | F8 | 40 | 76 | 0 | 4A | 34 | 3 | 156 | 5D | 3D |
| Octal | 370 | 100 | 166 | 0 | 112 | 64 | 3 | 526 | 135 | 75 |
| Binary | 11111000 | 1000000 | 1110110 | 0 | 1001010 | 110100 | 11 | 101010110 | 1011101 | 111101 |
Color Harmonies of #F84076
Complementary color
Monochromatic Colors of #F84076
Black with #F84076
Text Example
Text Example
White with #F84076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84076; }
p { color: rgb(248,64,118); }
H1.HeaderClassName
{
color: #F84076;
}
.AnyTagClassName
{
color: #F84076;
}
</style>
background-color css
<style>
a { background-color: #F84076; }
a { background-color: rgb(248,64,118); }
div.DivClassName
{
background-color: #F84076;
}
.BgClassName
{
background-color: #F84076;
}
</style>
border-color css
<style>
span { border-color: #F84076; }
span { border-color: rgb(248,64,118); }
td.TdClassName
{
border-color: #F84076;
}
.TagClassName
{
border-color: #F84076;
}
</style>