Shades of Violet Red #F94079
Tints of Violet Red #F94079
RGB
CMYK
RGB Variations
Color information
#F94079 (or 0xF94079) is known color: Violet Red. HEX triplet: F9, 40 and 79. RGB value is (249,64,121). Sum of RGB (Red+Green+Blue) = 249+64+121=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F94079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94079 is #06BF86. Grayscale: #7D7D7D. Windows color (decimal): -442247 or 7946489. OLE color: 7946489.
HSL color Cylindrical-coordinate representation of color #F94079: hue angle of 341.51º 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 #F94079 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 121 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.02 |
| HSL | 341.51º | 0.94% | 0.61% | - |
| HSV(B) | 341.51º | 0.74% | 0.98% | - |
| XYZ | 44.35 | 25.19 | 20.61 | - |
| YUV | 125.81 | 125.29 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 121 | 0 | 0.74 | 0.51 | 0.02 | 341.51 | 0.94 | 0.61 |
| Hex | F9 | 40 | 79 | 0 | 4A | 33 | 2 | 156 | 5E | 3D |
| Octal | 371 | 100 | 171 | 0 | 112 | 63 | 2 | 526 | 136 | 75 |
| Binary | 11111001 | 1000000 | 1111001 | 0 | 1001010 | 110011 | 10 | 101010110 | 1011110 | 111101 |
Color Harmonies of #F94079
Complementary color
Monochromatic Colors of #F94079
Black with #F94079
Text Example
Text Example
White with #F94079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94079; }
p { color: rgb(249,64,121); }
H1.HeaderClassName
{
color: #F94079;
}
.AnyTagClassName
{
color: #F94079;
}
</style>
background-color css
<style>
a { background-color: #F94079; }
a { background-color: rgb(249,64,121); }
div.DivClassName
{
background-color: #F94079;
}
.BgClassName
{
background-color: #F94079;
}
</style>
border-color css
<style>
span { border-color: #F94079; }
span { border-color: rgb(249,64,121); }
td.TdClassName
{
border-color: #F94079;
}
.TagClassName
{
border-color: #F94079;
}
</style>