Shades of Violet Red #F54499
Tints of Violet Red #F54499
RGB
CMYK
RGB Variations
Color information
#F54499 (or 0xF54499) is known color: Violet Red. HEX triplet: F5, 44 and 99. RGB value is (245,68,153). Sum of RGB (Red+Green+Blue) = 245+68+153=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F54499 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54499 is #0ABB66. Grayscale: #828282. Windows color (decimal): -703335 or 10044661. OLE color: 10044661.
HSL color Cylindrical-coordinate representation of color #F54499: hue angle of 331.19º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F54499 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 153 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.04 |
| HSL | 331.19º | 0.9% | 0.61% | - |
| HSV(B) | 331.19º | 0.72% | 0.96% | - |
| XYZ | 45.47 | 25.85 | 32.73 | - |
| YUV | 130.61 | 140.64 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 153 | 0 | 0.72 | 0.38 | 0.04 | 331.19 | 0.9 | 0.61 |
| Hex | F5 | 44 | 99 | 0 | 48 | 26 | 4 | 14B | 5A | 3D |
| Octal | 365 | 104 | 231 | 0 | 110 | 46 | 4 | 513 | 132 | 75 |
| Binary | 11110101 | 1000100 | 10011001 | 0 | 1001000 | 100110 | 100 | 101001011 | 1011010 | 111101 |
Color Harmonies of #F54499
Complementary color
Monochromatic Colors of #F54499
Black with #F54499
Text Example
Text Example
White with #F54499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54499; }
p { color: rgb(245,68,153); }
H1.HeaderClassName
{
color: #F54499;
}
.AnyTagClassName
{
color: #F54499;
}
</style>
background-color css
<style>
a { background-color: #F54499; }
a { background-color: rgb(245,68,153); }
div.DivClassName
{
background-color: #F54499;
}
.BgClassName
{
background-color: #F54499;
}
</style>
border-color css
<style>
span { border-color: #F54499; }
span { border-color: rgb(245,68,153); }
td.TdClassName
{
border-color: #F54499;
}
.TagClassName
{
border-color: #F54499;
}
</style>