Shades of Violet Red #F54680
Tints of Violet Red #F54680
RGB
CMYK
RGB Variations
Color information
#F54680 (or 0xF54680) is known color: Violet Red. HEX triplet: F5, 46 and 80. RGB value is (245,70,128). Sum of RGB (Red+Green+Blue) = 245+70+128=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F54680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54680 is #0AB97F. Grayscale: #808080. Windows color (decimal): -702848 or 8406773. OLE color: 8406773.
HSL color Cylindrical-coordinate representation of color #F54680: hue angle of 340.11º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F54680 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 128 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.04 |
| HSL | 340.11º | 0.9% | 0.62% | - |
| HSV(B) | 340.11º | 0.71% | 0.96% | - |
| XYZ | 43.74 | 25.35 | 23.01 | - |
| YUV | 128.94 | 127.48 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 128 | 0 | 0.71 | 0.48 | 0.04 | 340.11 | 0.9 | 0.62 |
| Hex | F5 | 46 | 80 | 0 | 47 | 30 | 4 | 154 | 5A | 3E |
| Octal | 365 | 106 | 200 | 0 | 107 | 60 | 4 | 524 | 132 | 76 |
| Binary | 11110101 | 1000110 | 10000000 | 0 | 1000111 | 110000 | 100 | 101010100 | 1011010 | 111110 |
Color Harmonies of #F54680
Complementary color
Monochromatic Colors of #F54680
Black with #F54680
Text Example
Text Example
White with #F54680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54680; }
p { color: rgb(245,70,128); }
H1.HeaderClassName
{
color: #F54680;
}
.AnyTagClassName
{
color: #F54680;
}
</style>
background-color css
<style>
a { background-color: #F54680; }
a { background-color: rgb(245,70,128); }
div.DivClassName
{
background-color: #F54680;
}
.BgClassName
{
background-color: #F54680;
}
</style>
border-color css
<style>
span { border-color: #F54680; }
span { border-color: rgb(245,70,128); }
td.TdClassName
{
border-color: #F54680;
}
.TagClassName
{
border-color: #F54680;
}
</style>