Shades of Violet Red #F84095
Tints of Violet Red #F84095
RGB
CMYK
RGB Variations
Color information
#F84095 (or 0xF84095) is known color: Violet Red. HEX triplet: F8, 40 and 95. RGB value is (248,64,149). Sum of RGB (Red+Green+Blue) = 248+64+149=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F84095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84095 is #07BF6A. Grayscale: #808080. Windows color (decimal): -507755 or 9781496. OLE color: 9781496.
HSL color Cylindrical-coordinate representation of color #F84095: hue angle of 332.28º 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 #F84095 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 149 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.03 |
| HSL | 332.28º | 0.93% | 0.61% | - |
| HSV(B) | 332.28º | 0.74% | 0.97% | - |
| XYZ | 45.97 | 25.79 | 30.99 | - |
| YUV | 128.71 | 139.46 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 149 | 0 | 0.74 | 0.40 | 0.03 | 332.28 | 0.93 | 0.61 |
| Hex | F8 | 40 | 95 | 0 | 4A | 28 | 3 | 14C | 5D | 3D |
| Octal | 370 | 100 | 225 | 0 | 112 | 50 | 3 | 514 | 135 | 75 |
| Binary | 11111000 | 1000000 | 10010101 | 0 | 1001010 | 101000 | 11 | 101001100 | 1011101 | 111101 |
Color Harmonies of #F84095
Complementary color
Monochromatic Colors of #F84095
Black with #F84095
Text Example
Text Example
White with #F84095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84095; }
p { color: rgb(248,64,149); }
H1.HeaderClassName
{
color: #F84095;
}
.AnyTagClassName
{
color: #F84095;
}
</style>
background-color css
<style>
a { background-color: #F84095; }
a { background-color: rgb(248,64,149); }
div.DivClassName
{
background-color: #F84095;
}
.BgClassName
{
background-color: #F84095;
}
</style>
border-color css
<style>
span { border-color: #F84095; }
span { border-color: rgb(248,64,149); }
td.TdClassName
{
border-color: #F84095;
}
.TagClassName
{
border-color: #F84095;
}
</style>