Shades of Violet Red #F84576
Tints of Violet Red #F84576
RGB
CMYK
RGB Variations
Color information
#F84576 (or 0xF84576) is known color: Violet Red. HEX triplet: F8, 45 and 76. RGB value is (248,69,118). Sum of RGB (Red+Green+Blue) = 248+69+118=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F84576 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84576 is #07BA89. Grayscale: #808080. Windows color (decimal): -506506 or 7751160. OLE color: 7751160.
HSL color Cylindrical-coordinate representation of color #F84576: hue angle of 343.58º degrees, saturation: 0.93, 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 #F84576 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 118 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.03 |
| HSL | 343.58º | 0.93% | 0.62% | - |
| HSV(B) | 343.58º | 0.72% | 0.97% | - |
| XYZ | 44.11 | 25.52 | 19.74 | - |
| YUV | 128.11 | 122.3 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 118 | 0 | 0.72 | 0.52 | 0.03 | 343.58 | 0.93 | 0.62 |
| Hex | F8 | 45 | 76 | 0 | 48 | 34 | 3 | 158 | 5D | 3E |
| Octal | 370 | 105 | 166 | 0 | 110 | 64 | 3 | 530 | 135 | 76 |
| Binary | 11111000 | 1000101 | 1110110 | 0 | 1001000 | 110100 | 11 | 101011000 | 1011101 | 111110 |
Color Harmonies of #F84576
Complementary color
Monochromatic Colors of #F84576
Black with #F84576
Text Example
Text Example
White with #F84576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84576; }
p { color: rgb(248,69,118); }
H1.HeaderClassName
{
color: #F84576;
}
.AnyTagClassName
{
color: #F84576;
}
</style>
background-color css
<style>
a { background-color: #F84576; }
a { background-color: rgb(248,69,118); }
div.DivClassName
{
background-color: #F84576;
}
.BgClassName
{
background-color: #F84576;
}
</style>
border-color css
<style>
span { border-color: #F84576; }
span { border-color: rgb(248,69,118); }
td.TdClassName
{
border-color: #F84576;
}
.TagClassName
{
border-color: #F84576;
}
</style>