Shades of Violet Red #F54790
Tints of Violet Red #F54790
RGB
CMYK
RGB Variations
Color information
#F54790 (or 0xF54790) is known color: Violet Red. HEX triplet: F5, 47 and 90. RGB value is (245,71,144). Sum of RGB (Red+Green+Blue) = 245+71+144=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F54790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54790 is #0AB86F. Grayscale: #838383. Windows color (decimal): -702576 or 9455605. OLE color: 9455605.
HSL color Cylindrical-coordinate representation of color #F54790: hue angle of 334.83º 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 #F54790 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 71 | 144 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.04 |
| HSL | 334.83º | 0.9% | 0.62% | - |
| HSV(B) | 334.83º | 0.71% | 0.96% | - |
| XYZ | 44.94 | 25.93 | 29.02 | - |
| YUV | 131.35 | 135.15 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 144 | 0 | 0.71 | 0.41 | 0.04 | 334.83 | 0.9 | 0.62 |
| Hex | F5 | 47 | 90 | 0 | 47 | 29 | 4 | 14F | 5A | 3E |
| Octal | 365 | 107 | 220 | 0 | 107 | 51 | 4 | 517 | 132 | 76 |
| Binary | 11110101 | 1000111 | 10010000 | 0 | 1000111 | 101001 | 100 | 101001111 | 1011010 | 111110 |
Color Harmonies of #F54790
Complementary color
Monochromatic Colors of #F54790
Black with #F54790
Text Example
Text Example
White with #F54790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54790; }
p { color: rgb(245,71,144); }
H1.HeaderClassName
{
color: #F54790;
}
.AnyTagClassName
{
color: #F54790;
}
</style>
background-color css
<style>
a { background-color: #F54790; }
a { background-color: rgb(245,71,144); }
div.DivClassName
{
background-color: #F54790;
}
.BgClassName
{
background-color: #F54790;
}
</style>
border-color css
<style>
span { border-color: #F54790; }
span { border-color: rgb(245,71,144); }
td.TdClassName
{
border-color: #F54790;
}
.TagClassName
{
border-color: #F54790;
}
</style>