Shades of Violet Red #F54599
Tints of Violet Red #F54599
RGB
CMYK
RGB Variations
Color information
#F54599 (or 0xF54599) is known color: Violet Red. HEX triplet: F5, 45 and 99. RGB value is (245,69,153). Sum of RGB (Red+Green+Blue) = 245+69+153=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F54599 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54599 is #0ABA66. Grayscale: #838383. Windows color (decimal): -703079 or 10044917. OLE color: 10044917.
HSL color Cylindrical-coordinate representation of color #F54599: hue angle of 331.36º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F54599 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 153 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.04 |
| HSL | 331.36º | 0.9% | 0.62% | - |
| HSV(B) | 331.36º | 0.72% | 0.96% | - |
| XYZ | 45.53 | 25.97 | 32.75 | - |
| YUV | 131.2 | 140.31 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 153 | 0 | 0.72 | 0.38 | 0.04 | 331.36 | 0.9 | 0.62 |
| Hex | F5 | 45 | 99 | 0 | 48 | 26 | 4 | 14B | 5A | 3E |
| Octal | 365 | 105 | 231 | 0 | 110 | 46 | 4 | 513 | 132 | 76 |
| Binary | 11110101 | 1000101 | 10011001 | 0 | 1001000 | 100110 | 100 | 101001011 | 1011010 | 111110 |
Color Harmonies of #F54599
Complementary color
Monochromatic Colors of #F54599
Black with #F54599
Text Example
Text Example
White with #F54599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54599; }
p { color: rgb(245,69,153); }
H1.HeaderClassName
{
color: #F54599;
}
.AnyTagClassName
{
color: #F54599;
}
</style>
background-color css
<style>
a { background-color: #F54599; }
a { background-color: rgb(245,69,153); }
div.DivClassName
{
background-color: #F54599;
}
.BgClassName
{
background-color: #F54599;
}
</style>
border-color css
<style>
span { border-color: #F54599; }
span { border-color: rgb(245,69,153); }
td.TdClassName
{
border-color: #F54599;
}
.TagClassName
{
border-color: #F54599;
}
</style>