Shades of Violet Red #F94496
Tints of Violet Red #F94496
RGB
CMYK
RGB Variations
Color information
#F94496 (or 0xF94496) is known color: Violet Red. HEX triplet: F9, 44 and 96. RGB value is (249,68,150). Sum of RGB (Red+Green+Blue) = 249+68+150=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F94496 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94496 is #06BB69. Grayscale: #838383. Windows color (decimal): -441194 or 9848057. OLE color: 9848057.
HSL color Cylindrical-coordinate representation of color #F94496: hue angle of 332.82º 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 #F94496 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 150 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.02 |
| HSL | 332.82º | 0.94% | 0.62% | - |
| HSV(B) | 332.82º | 0.73% | 0.98% | - |
| XYZ | 46.64 | 26.48 | 31.51 | - |
| YUV | 131.47 | 138.47 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 150 | 0 | 0.73 | 0.40 | 0.02 | 332.82 | 0.94 | 0.62 |
| Hex | F9 | 44 | 96 | 0 | 49 | 28 | 2 | 14D | 5E | 3E |
| Octal | 371 | 104 | 226 | 0 | 111 | 50 | 2 | 515 | 136 | 76 |
| Binary | 11111001 | 1000100 | 10010110 | 0 | 1001001 | 101000 | 10 | 101001101 | 1011110 | 111110 |
Color Harmonies of #F94496
Complementary color
Monochromatic Colors of #F94496
Black with #F94496
Text Example
Text Example
White with #F94496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94496; }
p { color: rgb(249,68,150); }
H1.HeaderClassName
{
color: #F94496;
}
.AnyTagClassName
{
color: #F94496;
}
</style>
background-color css
<style>
a { background-color: #F94496; }
a { background-color: rgb(249,68,150); }
div.DivClassName
{
background-color: #F94496;
}
.BgClassName
{
background-color: #F94496;
}
</style>
border-color css
<style>
span { border-color: #F94496; }
span { border-color: rgb(249,68,150); }
td.TdClassName
{
border-color: #F94496;
}
.TagClassName
{
border-color: #F94496;
}
</style>