Shades of Violet Red #F54581
Tints of Violet Red #F54581
RGB
CMYK
RGB Variations
Color information
#F54581 (or 0xF54581) is known color: Violet Red. HEX triplet: F5, 45 and 81. RGB value is (245,69,129). Sum of RGB (Red+Green+Blue) = 245+69+129=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F54581 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54581 is #0ABA7E. Grayscale: #808080. Windows color (decimal): -703103 or 8472053. OLE color: 8472053.
HSL color Cylindrical-coordinate representation of color #F54581: hue angle of 339.55º 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 #F54581 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 129 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.04 |
| HSL | 339.55º | 0.9% | 0.62% | - |
| HSV(B) | 339.55º | 0.72% | 0.96% | - |
| XYZ | 43.75 | 25.25 | 23.34 | - |
| YUV | 128.46 | 128.31 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 129 | 0 | 0.72 | 0.47 | 0.04 | 339.55 | 0.9 | 0.62 |
| Hex | F5 | 45 | 81 | 0 | 48 | 2F | 4 | 154 | 5A | 3E |
| Octal | 365 | 105 | 201 | 0 | 110 | 57 | 4 | 524 | 132 | 76 |
| Binary | 11110101 | 1000101 | 10000001 | 0 | 1001000 | 101111 | 100 | 101010100 | 1011010 | 111110 |
Color Harmonies of #F54581
Complementary color
Monochromatic Colors of #F54581
Black with #F54581
Text Example
Text Example
White with #F54581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54581; }
p { color: rgb(245,69,129); }
H1.HeaderClassName
{
color: #F54581;
}
.AnyTagClassName
{
color: #F54581;
}
</style>
background-color css
<style>
a { background-color: #F54581; }
a { background-color: rgb(245,69,129); }
div.DivClassName
{
background-color: #F54581;
}
.BgClassName
{
background-color: #F54581;
}
</style>
border-color css
<style>
span { border-color: #F54581; }
span { border-color: rgb(245,69,129); }
td.TdClassName
{
border-color: #F54581;
}
.TagClassName
{
border-color: #F54581;
}
</style>