Shades of Violet Red #F94090
Tints of Violet Red #F94090
RGB
CMYK
RGB Variations
Color information
#F94090 (or 0xF94090) is known color: Violet Red. HEX triplet: F9, 40 and 90. RGB value is (249,64,144). Sum of RGB (Red+Green+Blue) = 249+64+144=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F94090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94090 is #06BF6F. Grayscale: #808080. Windows color (decimal): -442224 or 9453817. OLE color: 9453817.
HSL color Cylindrical-coordinate representation of color #F94090: hue angle of 334.05º 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 #F94090 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 144 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.02 |
| HSL | 334.05º | 0.94% | 0.61% | - |
| HSV(B) | 334.05º | 0.74% | 0.98% | - |
| XYZ | 45.93 | 25.82 | 28.95 | - |
| YUV | 128.44 | 136.79 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 144 | 0 | 0.74 | 0.42 | 0.02 | 334.05 | 0.94 | 0.61 |
| Hex | F9 | 40 | 90 | 0 | 4A | 2A | 2 | 14E | 5E | 3D |
| Octal | 371 | 100 | 220 | 0 | 112 | 52 | 2 | 516 | 136 | 75 |
| Binary | 11111001 | 1000000 | 10010000 | 0 | 1001010 | 101010 | 10 | 101001110 | 1011110 | 111101 |
Color Harmonies of #F94090
Complementary color
Monochromatic Colors of #F94090
Black with #F94090
Text Example
Text Example
White with #F94090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94090; }
p { color: rgb(249,64,144); }
H1.HeaderClassName
{
color: #F94090;
}
.AnyTagClassName
{
color: #F94090;
}
</style>
background-color css
<style>
a { background-color: #F94090; }
a { background-color: rgb(249,64,144); }
div.DivClassName
{
background-color: #F94090;
}
.BgClassName
{
background-color: #F94090;
}
</style>
border-color css
<style>
span { border-color: #F94090; }
span { border-color: rgb(249,64,144); }
td.TdClassName
{
border-color: #F94090;
}
.TagClassName
{
border-color: #F94090;
}
</style>