Shades of Violet Red #F94997
Tints of Violet Red #F94997
RGB
CMYK
RGB Variations
Color information
#F94997 (or 0xF94997) is known color: Violet Red. HEX triplet: F9, 49 and 97. RGB value is (249,73,151). Sum of RGB (Red+Green+Blue) = 249+73+151=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F94997 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94997 is #06B668. Grayscale: #868686. Windows color (decimal): -439913 or 9914873. OLE color: 9914873.
HSL color Cylindrical-coordinate representation of color #F94997: hue angle of 333.41º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F94997 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 151 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.02 |
| HSL | 333.41º | 0.94% | 0.63% | - |
| HSV(B) | 333.41º | 0.71% | 0.98% | - |
| XYZ | 47.04 | 27.14 | 32.04 | - |
| YUV | 134.52 | 137.31 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 151 | 0 | 0.71 | 0.39 | 0.02 | 333.41 | 0.94 | 0.63 |
| Hex | F9 | 49 | 97 | 0 | 47 | 27 | 2 | 14D | 5E | 3F |
| Octal | 371 | 111 | 227 | 0 | 107 | 47 | 2 | 515 | 136 | 77 |
| Binary | 11111001 | 1001001 | 10010111 | 0 | 1000111 | 100111 | 10 | 101001101 | 1011110 | 111111 |
Color Harmonies of #F94997
Complementary color
Monochromatic Colors of #F94997
Black with #F94997
Text Example
Text Example
White with #F94997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94997; }
p { color: rgb(249,73,151); }
H1.HeaderClassName
{
color: #F94997;
}
.AnyTagClassName
{
color: #F94997;
}
</style>
background-color css
<style>
a { background-color: #F94997; }
a { background-color: rgb(249,73,151); }
div.DivClassName
{
background-color: #F94997;
}
.BgClassName
{
background-color: #F94997;
}
</style>
border-color css
<style>
span { border-color: #F94997; }
span { border-color: rgb(249,73,151); }
td.TdClassName
{
border-color: #F94997;
}
.TagClassName
{
border-color: #F94997;
}
</style>