Shades of Violet Red #F94790
Tints of Violet Red #F94790
RGB
CMYK
RGB Variations
Color information
#F94790 (or 0xF94790) is known color: Violet Red. HEX triplet: F9, 47 and 90. RGB value is (249,71,144). Sum of RGB (Red+Green+Blue) = 249+71+144=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F94790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94790 is #06B86F. Grayscale: #848484. Windows color (decimal): -440432 or 9455609. OLE color: 9455609.
HSL color Cylindrical-coordinate representation of color #F94790: hue angle of 335.39º 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 #F94790 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 71 | 144 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.02 |
| HSL | 335.39º | 0.94% | 0.63% | - |
| HSV(B) | 335.39º | 0.71% | 0.98% | - |
| XYZ | 46.35 | 26.66 | 29.09 | - |
| YUV | 132.54 | 134.47 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 71 | 144 | 0 | 0.71 | 0.42 | 0.02 | 335.39 | 0.94 | 0.63 |
| Hex | F9 | 47 | 90 | 0 | 47 | 2A | 2 | 14F | 5E | 3F |
| Octal | 371 | 107 | 220 | 0 | 107 | 52 | 2 | 517 | 136 | 77 |
| Binary | 11111001 | 1000111 | 10010000 | 0 | 1000111 | 101010 | 10 | 101001111 | 1011110 | 111111 |
Color Harmonies of #F94790
Complementary color
Monochromatic Colors of #F94790
Black with #F94790
Text Example
Text Example
White with #F94790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94790; }
p { color: rgb(249,71,144); }
H1.HeaderClassName
{
color: #F94790;
}
.AnyTagClassName
{
color: #F94790;
}
</style>
background-color css
<style>
a { background-color: #F94790; }
a { background-color: rgb(249,71,144); }
div.DivClassName
{
background-color: #F94790;
}
.BgClassName
{
background-color: #F94790;
}
</style>
border-color css
<style>
span { border-color: #F94790; }
span { border-color: rgb(249,71,144); }
td.TdClassName
{
border-color: #F94790;
}
.TagClassName
{
border-color: #F94790;
}
</style>