Shades of Violet Red #F94290
Tints of Violet Red #F94290
RGB
CMYK
RGB Variations
Color information
#F94290 (or 0xF94290) is known color: Violet Red. HEX triplet: F9, 42 and 90. RGB value is (249,66,144). Sum of RGB (Red+Green+Blue) = 249+66+144=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F94290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94290 is #06BD6F. Grayscale: #818181. Windows color (decimal): -441712 or 9454329. OLE color: 9454329.
HSL color Cylindrical-coordinate representation of color #F94290: hue angle of 334.43º 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 #F94290 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 144 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.02 |
| HSL | 334.43º | 0.94% | 0.62% | - |
| HSV(B) | 334.43º | 0.73% | 0.98% | - |
| XYZ | 46.05 | 26.05 | 28.99 | - |
| YUV | 129.61 | 136.13 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 144 | 0 | 0.73 | 0.42 | 0.02 | 334.43 | 0.94 | 0.62 |
| Hex | F9 | 42 | 90 | 0 | 49 | 2A | 2 | 14E | 5E | 3E |
| Octal | 371 | 102 | 220 | 0 | 111 | 52 | 2 | 516 | 136 | 76 |
| Binary | 11111001 | 1000010 | 10010000 | 0 | 1001001 | 101010 | 10 | 101001110 | 1011110 | 111110 |
Color Harmonies of #F94290
Complementary color
Monochromatic Colors of #F94290
Black with #F94290
Text Example
Text Example
White with #F94290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94290; }
p { color: rgb(249,66,144); }
H1.HeaderClassName
{
color: #F94290;
}
.AnyTagClassName
{
color: #F94290;
}
</style>
background-color css
<style>
a { background-color: #F94290; }
a { background-color: rgb(249,66,144); }
div.DivClassName
{
background-color: #F94290;
}
.BgClassName
{
background-color: #F94290;
}
</style>
border-color css
<style>
span { border-color: #F94290; }
span { border-color: rgb(249,66,144); }
td.TdClassName
{
border-color: #F94290;
}
.TagClassName
{
border-color: #F94290;
}
</style>