Shades of Violet Red #F54595
Tints of Violet Red #F54595
RGB
CMYK
RGB Variations
Color information
#F54595 (or 0xF54595) is known color: Violet Red. HEX triplet: F5, 45 and 95. RGB value is (245,69,149). Sum of RGB (Red+Green+Blue) = 245+69+149=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F54595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54595 is #0ABA6A. Grayscale: #828282. Windows color (decimal): -703083 or 9782773. OLE color: 9782773.
HSL color Cylindrical-coordinate representation of color #F54595: hue angle of 332.73º 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 #F54595 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 149 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.04 |
| HSL | 332.73º | 0.9% | 0.62% | - |
| HSV(B) | 332.73º | 0.72% | 0.96% | - |
| XYZ | 45.21 | 25.84 | 31.04 | - |
| YUV | 130.74 | 138.31 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 149 | 0 | 0.72 | 0.39 | 0.04 | 332.73 | 0.9 | 0.62 |
| Hex | F5 | 45 | 95 | 0 | 48 | 27 | 4 | 14D | 5A | 3E |
| Octal | 365 | 105 | 225 | 0 | 110 | 47 | 4 | 515 | 132 | 76 |
| Binary | 11110101 | 1000101 | 10010101 | 0 | 1001000 | 100111 | 100 | 101001101 | 1011010 | 111110 |
Color Harmonies of #F54595
Complementary color
Monochromatic Colors of #F54595
Black with #F54595
Text Example
Text Example
White with #F54595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54595; }
p { color: rgb(245,69,149); }
H1.HeaderClassName
{
color: #F54595;
}
.AnyTagClassName
{
color: #F54595;
}
</style>
background-color css
<style>
a { background-color: #F54595; }
a { background-color: rgb(245,69,149); }
div.DivClassName
{
background-color: #F54595;
}
.BgClassName
{
background-color: #F54595;
}
</style>
border-color css
<style>
span { border-color: #F54595; }
span { border-color: rgb(245,69,149); }
td.TdClassName
{
border-color: #F54595;
}
.TagClassName
{
border-color: #F54595;
}
</style>