Shades of Violet Red #F84691
Tints of Violet Red #F84691
RGB
CMYK
RGB Variations
Color information
#F84691 (or 0xF84691) is known color: Violet Red. HEX triplet: F8, 46 and 91. RGB value is (248,70,145). Sum of RGB (Red+Green+Blue) = 248+70+145=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F84691 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84691 is #07B96E. Grayscale: #838383. Windows color (decimal): -506223 or 9520888. OLE color: 9520888.
HSL color Cylindrical-coordinate representation of color #F84691: hue angle of 334.72º 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 #F84691 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 145 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.03 |
| HSL | 334.72º | 0.93% | 0.62% | - |
| HSV(B) | 334.72º | 0.72% | 0.97% | - |
| XYZ | 46.01 | 26.38 | 29.46 | - |
| YUV | 131.77 | 135.47 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 145 | 0 | 0.72 | 0.42 | 0.03 | 334.72 | 0.93 | 0.62 |
| Hex | F8 | 46 | 91 | 0 | 48 | 2A | 3 | 14F | 5D | 3E |
| Octal | 370 | 106 | 221 | 0 | 110 | 52 | 3 | 517 | 135 | 76 |
| Binary | 11111000 | 1000110 | 10010001 | 0 | 1001000 | 101010 | 11 | 101001111 | 1011101 | 111110 |
Color Harmonies of #F84691
Complementary color
Monochromatic Colors of #F84691
Black with #F84691
Text Example
Text Example
White with #F84691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84691; }
p { color: rgb(248,70,145); }
H1.HeaderClassName
{
color: #F84691;
}
.AnyTagClassName
{
color: #F84691;
}
</style>
background-color css
<style>
a { background-color: #F84691; }
a { background-color: rgb(248,70,145); }
div.DivClassName
{
background-color: #F84691;
}
.BgClassName
{
background-color: #F84691;
}
</style>
border-color css
<style>
span { border-color: #F84691; }
span { border-color: rgb(248,70,145); }
td.TdClassName
{
border-color: #F84691;
}
.TagClassName
{
border-color: #F84691;
}
</style>