Shades of Violet Red #F94074
Tints of Violet Red #F94074
RGB
CMYK
RGB Variations
Color information
#F94074 (or 0xF94074) is known color: Violet Red. HEX triplet: F9, 40 and 74. RGB value is (249,64,116). Sum of RGB (Red+Green+Blue) = 249+64+116=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F94074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94074 is #06BF8B. Grayscale: #7D7D7D. Windows color (decimal): -442252 or 7618809. OLE color: 7618809.
HSL color Cylindrical-coordinate representation of color #F94074: hue angle of 343.14º 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 #F94074 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 116 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.02 |
| HSL | 343.14º | 0.94% | 0.61% | - |
| HSV(B) | 343.14º | 0.74% | 0.98% | - |
| XYZ | 44.05 | 25.07 | 19.04 | - |
| YUV | 125.24 | 122.79 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 116 | 0 | 0.74 | 0.53 | 0.02 | 343.14 | 0.94 | 0.61 |
| Hex | F9 | 40 | 74 | 0 | 4A | 35 | 2 | 157 | 5E | 3D |
| Octal | 371 | 100 | 164 | 0 | 112 | 65 | 2 | 527 | 136 | 75 |
| Binary | 11111001 | 1000000 | 1110100 | 0 | 1001010 | 110101 | 10 | 101010111 | 1011110 | 111101 |
Color Harmonies of #F94074
Complementary color
Monochromatic Colors of #F94074
Black with #F94074
Text Example
Text Example
White with #F94074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94074; }
p { color: rgb(249,64,116); }
H1.HeaderClassName
{
color: #F94074;
}
.AnyTagClassName
{
color: #F94074;
}
</style>
background-color css
<style>
a { background-color: #F94074; }
a { background-color: rgb(249,64,116); }
div.DivClassName
{
background-color: #F94074;
}
.BgClassName
{
background-color: #F94074;
}
</style>
border-color css
<style>
span { border-color: #F94074; }
span { border-color: rgb(249,64,116); }
td.TdClassName
{
border-color: #F94074;
}
.TagClassName
{
border-color: #F94074;
}
</style>