Shades of Violet Red #F84997
Tints of Violet Red #F84997
RGB
CMYK
RGB Variations
Color information
#F84997 (or 0xF84997) is known color: Violet Red. HEX triplet: F8, 49 and 97. RGB value is (248,73,151). Sum of RGB (Red+Green+Blue) = 248+73+151=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F84997 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84997 is #07B668. Grayscale: #868686. Windows color (decimal): -505449 or 9914872. OLE color: 9914872.
HSL color Cylindrical-coordinate representation of color #F84997: hue angle of 333.26º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F84997 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 73 | 151 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.03 |
| HSL | 333.26º | 0.93% | 0.63% | - |
| HSV(B) | 333.26º | 0.71% | 0.97% | - |
| XYZ | 46.68 | 26.96 | 32.02 | - |
| YUV | 134.22 | 137.48 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 151 | 0 | 0.71 | 0.39 | 0.03 | 333.26 | 0.93 | 0.63 |
| Hex | F8 | 49 | 97 | 0 | 47 | 27 | 3 | 14D | 5D | 3F |
| Octal | 370 | 111 | 227 | 0 | 107 | 47 | 3 | 515 | 135 | 77 |
| Binary | 11111000 | 1001001 | 10010111 | 0 | 1000111 | 100111 | 11 | 101001101 | 1011101 | 111111 |
Color Harmonies of #F84997
Complementary color
Monochromatic Colors of #F84997
Black with #F84997
Text Example
Text Example
White with #F84997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84997; }
p { color: rgb(248,73,151); }
H1.HeaderClassName
{
color: #F84997;
}
.AnyTagClassName
{
color: #F84997;
}
</style>
background-color css
<style>
a { background-color: #F84997; }
a { background-color: rgb(248,73,151); }
div.DivClassName
{
background-color: #F84997;
}
.BgClassName
{
background-color: #F84997;
}
</style>
border-color css
<style>
span { border-color: #F84997; }
span { border-color: rgb(248,73,151); }
td.TdClassName
{
border-color: #F84997;
}
.TagClassName
{
border-color: #F84997;
}
</style>