Shades of Violet Red #F54495
Tints of Violet Red #F54495
RGB
CMYK
RGB Variations
Color information
#F54495 (or 0xF54495) is known color: Violet Red. HEX triplet: F5, 44 and 95. RGB value is (245,68,149). Sum of RGB (Red+Green+Blue) = 245+68+149=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F54495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54495 is #0ABB6A. Grayscale: #828282. Windows color (decimal): -703339 or 9782517. OLE color: 9782517.
HSL color Cylindrical-coordinate representation of color #F54495: hue angle of 332.54º 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 #F54495 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 149 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.04 |
| HSL | 332.54º | 0.9% | 0.61% | - |
| HSV(B) | 332.54º | 0.72% | 0.96% | - |
| XYZ | 45.15 | 25.72 | 31.02 | - |
| YUV | 130.16 | 138.64 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 149 | 0 | 0.72 | 0.39 | 0.04 | 332.54 | 0.9 | 0.61 |
| Hex | F5 | 44 | 95 | 0 | 48 | 27 | 4 | 14D | 5A | 3D |
| Octal | 365 | 104 | 225 | 0 | 110 | 47 | 4 | 515 | 132 | 75 |
| Binary | 11110101 | 1000100 | 10010101 | 0 | 1001000 | 100111 | 100 | 101001101 | 1011010 | 111101 |
Color Harmonies of #F54495
Complementary color
Monochromatic Colors of #F54495
Black with #F54495
Text Example
Text Example
White with #F54495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54495; }
p { color: rgb(245,68,149); }
H1.HeaderClassName
{
color: #F54495;
}
.AnyTagClassName
{
color: #F54495;
}
</style>
background-color css
<style>
a { background-color: #F54495; }
a { background-color: rgb(245,68,149); }
div.DivClassName
{
background-color: #F54495;
}
.BgClassName
{
background-color: #F54495;
}
</style>
border-color css
<style>
span { border-color: #F54495; }
span { border-color: rgb(245,68,149); }
td.TdClassName
{
border-color: #F54495;
}
.TagClassName
{
border-color: #F54495;
}
</style>