Shades of Violet Red #F54689
Tints of Violet Red #F54689
RGB
CMYK
RGB Variations
Color information
#F54689 (or 0xF54689) is known color: Violet Red. HEX triplet: F5, 46 and 89. RGB value is (245,70,137). Sum of RGB (Red+Green+Blue) = 245+70+137=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F54689 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54689 is #0AB976. Grayscale: #818181. Windows color (decimal): -702839 or 8996597. OLE color: 8996597.
HSL color Cylindrical-coordinate representation of color #F54689: hue angle of 337.03º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F54689 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 137 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.04 |
| HSL | 337.03º | 0.9% | 0.62% | - |
| HSV(B) | 337.03º | 0.71% | 0.96% | - |
| XYZ | 44.36 | 25.6 | 26.27 | - |
| YUV | 129.96 | 131.98 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 137 | 0 | 0.71 | 0.44 | 0.04 | 337.03 | 0.9 | 0.62 |
| Hex | F5 | 46 | 89 | 0 | 47 | 2C | 4 | 151 | 5A | 3E |
| Octal | 365 | 106 | 211 | 0 | 107 | 54 | 4 | 521 | 132 | 76 |
| Binary | 11110101 | 1000110 | 10001001 | 0 | 1000111 | 101100 | 100 | 101010001 | 1011010 | 111110 |
Color Harmonies of #F54689
Complementary color
Monochromatic Colors of #F54689
Black with #F54689
Text Example
Text Example
White with #F54689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54689; }
p { color: rgb(245,70,137); }
H1.HeaderClassName
{
color: #F54689;
}
.AnyTagClassName
{
color: #F54689;
}
</style>
background-color css
<style>
a { background-color: #F54689; }
a { background-color: rgb(245,70,137); }
div.DivClassName
{
background-color: #F54689;
}
.BgClassName
{
background-color: #F54689;
}
</style>
border-color css
<style>
span { border-color: #F54689; }
span { border-color: rgb(245,70,137); }
td.TdClassName
{
border-color: #F54689;
}
.TagClassName
{
border-color: #F54689;
}
</style>