Shades of Violet Red #F94474
Tints of Violet Red #F94474
RGB
CMYK
RGB Variations
Color information
#F94474 (or 0xF94474) is known color: Violet Red. HEX triplet: F9, 44 and 74. RGB value is (249,68,116). Sum of RGB (Red+Green+Blue) = 249+68+116=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F94474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94474 is #06BB8B. Grayscale: #7F7F7F. Windows color (decimal): -441228 or 7619833. OLE color: 7619833.
HSL color Cylindrical-coordinate representation of color #F94474: hue angle of 344.09º 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 #F94474 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 116 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.02 |
| HSL | 344.09º | 0.94% | 0.62% | - |
| HSV(B) | 344.09º | 0.73% | 0.98% | - |
| XYZ | 44.29 | 25.53 | 19.12 | - |
| YUV | 127.59 | 121.47 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 116 | 0 | 0.73 | 0.53 | 0.02 | 344.09 | 0.94 | 0.62 |
| Hex | F9 | 44 | 74 | 0 | 49 | 35 | 2 | 158 | 5E | 3E |
| Octal | 371 | 104 | 164 | 0 | 111 | 65 | 2 | 530 | 136 | 76 |
| Binary | 11111001 | 1000100 | 1110100 | 0 | 1001001 | 110101 | 10 | 101011000 | 1011110 | 111110 |
Color Harmonies of #F94474
Complementary color
Monochromatic Colors of #F94474
Black with #F94474
Text Example
Text Example
White with #F94474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94474; }
p { color: rgb(249,68,116); }
H1.HeaderClassName
{
color: #F94474;
}
.AnyTagClassName
{
color: #F94474;
}
</style>
background-color css
<style>
a { background-color: #F94474; }
a { background-color: rgb(249,68,116); }
div.DivClassName
{
background-color: #F94474;
}
.BgClassName
{
background-color: #F94474;
}
</style>
border-color css
<style>
span { border-color: #F94474; }
span { border-color: rgb(249,68,116); }
td.TdClassName
{
border-color: #F94474;
}
.TagClassName
{
border-color: #F94474;
}
</style>