Shades of Violet Red #F84197
Tints of Violet Red #F84197
RGB
CMYK
RGB Variations
Color information
#F84197 (or 0xF84197) is known color: Violet Red. HEX triplet: F8, 41 and 97. RGB value is (248,65,151). Sum of RGB (Red+Green+Blue) = 248+65+151=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F84197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84197 is #07BE68. Grayscale: #818181. Windows color (decimal): -507497 or 9912824. OLE color: 9912824.
HSL color Cylindrical-coordinate representation of color #F84197: hue angle of 331.8º 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 #F84197 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 151 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.03 |
| HSL | 331.8º | 0.93% | 0.61% | - |
| HSV(B) | 331.8º | 0.74% | 0.97% | - |
| XYZ | 46.19 | 25.97 | 31.86 | - |
| YUV | 129.52 | 140.13 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 151 | 0 | 0.74 | 0.39 | 0.03 | 331.8 | 0.93 | 0.61 |
| Hex | F8 | 41 | 97 | 0 | 4A | 27 | 3 | 14C | 5D | 3D |
| Octal | 370 | 101 | 227 | 0 | 112 | 47 | 3 | 514 | 135 | 75 |
| Binary | 11111000 | 1000001 | 10010111 | 0 | 1001010 | 100111 | 11 | 101001100 | 1011101 | 111101 |
Color Harmonies of #F84197
Complementary color
Monochromatic Colors of #F84197
Black with #F84197
Text Example
Text Example
White with #F84197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84197; }
p { color: rgb(248,65,151); }
H1.HeaderClassName
{
color: #F84197;
}
.AnyTagClassName
{
color: #F84197;
}
</style>
background-color css
<style>
a { background-color: #F84197; }
a { background-color: rgb(248,65,151); }
div.DivClassName
{
background-color: #F84197;
}
.BgClassName
{
background-color: #F84197;
}
</style>
border-color css
<style>
span { border-color: #F84197; }
span { border-color: rgb(248,65,151); }
td.TdClassName
{
border-color: #F84197;
}
.TagClassName
{
border-color: #F84197;
}
</style>