Shades of Violet Red #F94376
Tints of Violet Red #F94376
RGB
CMYK
RGB Variations
Color information
#F94376 (or 0xF94376) is known color: Violet Red. HEX triplet: F9, 43 and 76. RGB value is (249,67,118). Sum of RGB (Red+Green+Blue) = 249+67+118=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F94376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94376 is #06BC89. Grayscale: #7F7F7F. Windows color (decimal): -441482 or 7750649. OLE color: 7750649.
HSL color Cylindrical-coordinate representation of color #F94376: hue angle of 343.19º 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 #F94376 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 118 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.02 |
| HSL | 343.19º | 0.94% | 0.62% | - |
| HSV(B) | 343.19º | 0.73% | 0.98% | - |
| XYZ | 44.34 | 25.46 | 19.72 | - |
| YUV | 127.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 118 | 0 | 0.73 | 0.53 | 0.02 | 343.19 | 0.94 | 0.62 |
| Hex | F9 | 43 | 76 | 0 | 49 | 35 | 2 | 157 | 5E | 3E |
| Octal | 371 | 103 | 166 | 0 | 111 | 65 | 2 | 527 | 136 | 76 |
| Binary | 11111001 | 1000011 | 1110110 | 0 | 1001001 | 110101 | 10 | 101010111 | 1011110 | 111110 |
Color Harmonies of #F94376
Complementary color
Monochromatic Colors of #F94376
Black with #F94376
Text Example
Text Example
White with #F94376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94376; }
p { color: rgb(249,67,118); }
H1.HeaderClassName
{
color: #F94376;
}
.AnyTagClassName
{
color: #F94376;
}
</style>
background-color css
<style>
a { background-color: #F94376; }
a { background-color: rgb(249,67,118); }
div.DivClassName
{
background-color: #F94376;
}
.BgClassName
{
background-color: #F94376;
}
</style>
border-color css
<style>
span { border-color: #F94376; }
span { border-color: rgb(249,67,118); }
td.TdClassName
{
border-color: #F94376;
}
.TagClassName
{
border-color: #F94376;
}
</style>