Shades of Violet Red #F94291
Tints of Violet Red #F94291
RGB
CMYK
RGB Variations
Color information
#F94291 (or 0xF94291) is known color: Violet Red. HEX triplet: F9, 42 and 91. RGB value is (249,66,145). Sum of RGB (Red+Green+Blue) = 249+66+145=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F94291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94291 is #06BD6E. Grayscale: #818181. Windows color (decimal): -441711 or 9519865. OLE color: 9519865.
HSL color Cylindrical-coordinate representation of color #F94291: hue angle of 334.1º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F94291 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 145 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.02 |
| HSL | 334.1º | 0.94% | 0.62% | - |
| HSV(B) | 334.1º | 0.73% | 0.98% | - |
| XYZ | 46.13 | 26.08 | 29.39 | - |
| YUV | 129.72 | 136.63 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 145 | 0 | 0.73 | 0.42 | 0.02 | 334.1 | 0.94 | 0.62 |
| Hex | F9 | 42 | 91 | 0 | 49 | 2A | 2 | 14E | 5E | 3E |
| Octal | 371 | 102 | 221 | 0 | 111 | 52 | 2 | 516 | 136 | 76 |
| Binary | 11111001 | 1000010 | 10010001 | 0 | 1001001 | 101010 | 10 | 101001110 | 1011110 | 111110 |
Color Harmonies of #F94291
Complementary color
Monochromatic Colors of #F94291
Black with #F94291
Text Example
Text Example
White with #F94291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94291; }
p { color: rgb(249,66,145); }
H1.HeaderClassName
{
color: #F94291;
}
.AnyTagClassName
{
color: #F94291;
}
</style>
background-color css
<style>
a { background-color: #F94291; }
a { background-color: rgb(249,66,145); }
div.DivClassName
{
background-color: #F94291;
}
.BgClassName
{
background-color: #F94291;
}
</style>
border-color css
<style>
span { border-color: #F94291; }
span { border-color: rgb(249,66,145); }
td.TdClassName
{
border-color: #F94291;
}
.TagClassName
{
border-color: #F94291;
}
</style>