Shades of Violet Red #F54389
Tints of Violet Red #F54389
RGB
CMYK
RGB Variations
Color information
#F54389 (or 0xF54389) is known color: Violet Red. HEX triplet: F5, 43 and 89. RGB value is (245,67,137). Sum of RGB (Red+Green+Blue) = 245+67+137=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F54389 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54389 is #0ABC76. Grayscale: #808080. Windows color (decimal): -703607 or 8995829. OLE color: 8995829.
HSL color Cylindrical-coordinate representation of color #F54389: hue angle of 336.4º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F54389 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 137 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.04 |
| HSL | 336.4º | 0.9% | 0.61% | - |
| HSV(B) | 336.4º | 0.73% | 0.96% | - |
| XYZ | 44.18 | 25.23 | 26.21 | - |
| YUV | 128.2 | 132.97 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 137 | 0 | 0.73 | 0.44 | 0.04 | 336.4 | 0.9 | 0.61 |
| Hex | F5 | 43 | 89 | 0 | 49 | 2C | 4 | 150 | 5A | 3D |
| Octal | 365 | 103 | 211 | 0 | 111 | 54 | 4 | 520 | 132 | 75 |
| Binary | 11110101 | 1000011 | 10001001 | 0 | 1001001 | 101100 | 100 | 101010000 | 1011010 | 111101 |
Color Harmonies of #F54389
Complementary color
Monochromatic Colors of #F54389
Black with #F54389
Text Example
Text Example
White with #F54389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54389; }
p { color: rgb(245,67,137); }
H1.HeaderClassName
{
color: #F54389;
}
.AnyTagClassName
{
color: #F54389;
}
</style>
background-color css
<style>
a { background-color: #F54389; }
a { background-color: rgb(245,67,137); }
div.DivClassName
{
background-color: #F54389;
}
.BgClassName
{
background-color: #F54389;
}
</style>
border-color css
<style>
span { border-color: #F54389; }
span { border-color: rgb(245,67,137); }
td.TdClassName
{
border-color: #F54389;
}
.TagClassName
{
border-color: #F54389;
}
</style>