Shades of Violet Red #F94389
Tints of Violet Red #F94389
RGB
CMYK
RGB Variations
Color information
#F94389 (or 0xF94389) is known color: Violet Red. HEX triplet: F9, 43 and 89. RGB value is (249,67,137). Sum of RGB (Red+Green+Blue) = 249+67+137=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F94389 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94389 is #06BC76. Grayscale: #818181. Windows color (decimal): -441463 or 8995833. OLE color: 8995833.
HSL color Cylindrical-coordinate representation of color #F94389: hue angle of 336.92º 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 #F94389 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 137 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.02 |
| HSL | 336.92º | 0.94% | 0.62% | - |
| HSV(B) | 336.92º | 0.73% | 0.98% | - |
| XYZ | 45.59 | 25.96 | 26.27 | - |
| YUV | 129.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 137 | 0 | 0.73 | 0.45 | 0.02 | 336.92 | 0.94 | 0.62 |
| Hex | F9 | 43 | 89 | 0 | 49 | 2D | 2 | 151 | 5E | 3E |
| Octal | 371 | 103 | 211 | 0 | 111 | 55 | 2 | 521 | 136 | 76 |
| Binary | 11111001 | 1000011 | 10001001 | 0 | 1001001 | 101101 | 10 | 101010001 | 1011110 | 111110 |
Color Harmonies of #F94389
Complementary color
Monochromatic Colors of #F94389
Black with #F94389
Text Example
Text Example
White with #F94389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94389; }
p { color: rgb(249,67,137); }
H1.HeaderClassName
{
color: #F94389;
}
.AnyTagClassName
{
color: #F94389;
}
</style>
background-color css
<style>
a { background-color: #F94389; }
a { background-color: rgb(249,67,137); }
div.DivClassName
{
background-color: #F94389;
}
.BgClassName
{
background-color: #F94389;
}
</style>
border-color css
<style>
span { border-color: #F94389; }
span { border-color: rgb(249,67,137); }
td.TdClassName
{
border-color: #F94389;
}
.TagClassName
{
border-color: #F94389;
}
</style>