Shades of Violet Red #F94091
Tints of Violet Red #F94091
RGB
CMYK
RGB Variations
Color information
#F94091 (or 0xF94091) is known color: Violet Red. HEX triplet: F9, 40 and 91. RGB value is (249,64,145). Sum of RGB (Red+Green+Blue) = 249+64+145=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F94091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94091 is #06BF6E. Grayscale: #808080. Windows color (decimal): -442223 or 9519353. OLE color: 9519353.
HSL color Cylindrical-coordinate representation of color #F94091: hue angle of 333.73º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F94091 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 145 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.02 |
| HSL | 333.73º | 0.94% | 0.61% | - |
| HSV(B) | 333.73º | 0.74% | 0.98% | - |
| XYZ | 46.01 | 25.85 | 29.35 | - |
| YUV | 128.55 | 137.29 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 145 | 0 | 0.74 | 0.42 | 0.02 | 333.73 | 0.94 | 0.61 |
| Hex | F9 | 40 | 91 | 0 | 4A | 2A | 2 | 14E | 5E | 3D |
| Octal | 371 | 100 | 221 | 0 | 112 | 52 | 2 | 516 | 136 | 75 |
| Binary | 11111001 | 1000000 | 10010001 | 0 | 1001010 | 101010 | 10 | 101001110 | 1011110 | 111101 |
Color Harmonies of #F94091
Complementary color
Monochromatic Colors of #F94091
Black with #F94091
Text Example
Text Example
White with #F94091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94091; }
p { color: rgb(249,64,145); }
H1.HeaderClassName
{
color: #F94091;
}
.AnyTagClassName
{
color: #F94091;
}
</style>
background-color css
<style>
a { background-color: #F94091; }
a { background-color: rgb(249,64,145); }
div.DivClassName
{
background-color: #F94091;
}
.BgClassName
{
background-color: #F94091;
}
</style>
border-color css
<style>
span { border-color: #F94091; }
span { border-color: rgb(249,64,145); }
td.TdClassName
{
border-color: #F94091;
}
.TagClassName
{
border-color: #F94091;
}
</style>