Shades of Violet Red #F94679
Tints of Violet Red #F94679
RGB
CMYK
RGB Variations
Color information
#F94679 (or 0xF94679) is known color: Violet Red. HEX triplet: F9, 46 and 79. RGB value is (249,70,121). Sum of RGB (Red+Green+Blue) = 249+70+121=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F94679 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94679 is #06B986. Grayscale: #818181. Windows color (decimal): -440711 or 7948025. OLE color: 7948025.
HSL color Cylindrical-coordinate representation of color #F94679: hue angle of 342.91º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F94679 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 121 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.02 |
| HSL | 342.91º | 0.94% | 0.63% | - |
| HSV(B) | 342.91º | 0.72% | 0.98% | - |
| XYZ | 44.71 | 25.9 | 20.73 | - |
| YUV | 129.34 | 123.3 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 121 | 0 | 0.72 | 0.51 | 0.02 | 342.91 | 0.94 | 0.63 |
| Hex | F9 | 46 | 79 | 0 | 48 | 33 | 2 | 157 | 5E | 3F |
| Octal | 371 | 106 | 171 | 0 | 110 | 63 | 2 | 527 | 136 | 77 |
| Binary | 11111001 | 1000110 | 1111001 | 0 | 1001000 | 110011 | 10 | 101010111 | 1011110 | 111111 |
Color Harmonies of #F94679
Complementary color
Monochromatic Colors of #F94679
Black with #F94679
Text Example
Text Example
White with #F94679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94679; }
p { color: rgb(249,70,121); }
H1.HeaderClassName
{
color: #F94679;
}
.AnyTagClassName
{
color: #F94679;
}
</style>
background-color css
<style>
a { background-color: #F94679; }
a { background-color: rgb(249,70,121); }
div.DivClassName
{
background-color: #F94679;
}
.BgClassName
{
background-color: #F94679;
}
</style>
border-color css
<style>
span { border-color: #F94679; }
span { border-color: rgb(249,70,121); }
td.TdClassName
{
border-color: #F94679;
}
.TagClassName
{
border-color: #F94679;
}
</style>