Shades of Violet Red #F54688
Tints of Violet Red #F54688
RGB
CMYK
RGB Variations
Color information
#F54688 (or 0xF54688) is known color: Violet Red. HEX triplet: F5, 46 and 88. RGB value is (245,70,136). Sum of RGB (Red+Green+Blue) = 245+70+136=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F54688 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54688 is #0AB977. Grayscale: #818181. Windows color (decimal): -702840 or 8931061. OLE color: 8931061.
HSL color Cylindrical-coordinate representation of color #F54688: hue angle of 337.37º 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 #F54688 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 136 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.04 |
| HSL | 337.37º | 0.9% | 0.62% | - |
| HSV(B) | 337.37º | 0.71% | 0.96% | - |
| XYZ | 44.29 | 25.57 | 25.89 | - |
| YUV | 129.85 | 131.48 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 136 | 0 | 0.71 | 0.44 | 0.04 | 337.37 | 0.9 | 0.62 |
| Hex | F5 | 46 | 88 | 0 | 47 | 2C | 4 | 151 | 5A | 3E |
| Octal | 365 | 106 | 210 | 0 | 107 | 54 | 4 | 521 | 132 | 76 |
| Binary | 11110101 | 1000110 | 10001000 | 0 | 1000111 | 101100 | 100 | 101010001 | 1011010 | 111110 |
Color Harmonies of #F54688
Complementary color
Monochromatic Colors of #F54688
Black with #F54688
Text Example
Text Example
White with #F54688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54688; }
p { color: rgb(245,70,136); }
H1.HeaderClassName
{
color: #F54688;
}
.AnyTagClassName
{
color: #F54688;
}
</style>
background-color css
<style>
a { background-color: #F54688; }
a { background-color: rgb(245,70,136); }
div.DivClassName
{
background-color: #F54688;
}
.BgClassName
{
background-color: #F54688;
}
</style>
border-color css
<style>
span { border-color: #F54688; }
span { border-color: rgb(245,70,136); }
td.TdClassName
{
border-color: #F54688;
}
.TagClassName
{
border-color: #F54688;
}
</style>