Shades of Violet Red #F54890
Tints of Violet Red #F54890
RGB
CMYK
RGB Variations
Color information
#F54890 (or 0xF54890) is known color: Violet Red. HEX triplet: F5, 48 and 90. RGB value is (245,72,144). Sum of RGB (Red+Green+Blue) = 245+72+144=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F54890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54890 is #0AB76F. Grayscale: #838383. Windows color (decimal): -702320 or 9455861. OLE color: 9455861.
HSL color Cylindrical-coordinate representation of color #F54890: hue angle of 335.03º 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 #F54890 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 144 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.04 |
| HSL | 335.03º | 0.9% | 0.62% | - |
| HSV(B) | 335.03º | 0.71% | 0.96% | - |
| XYZ | 45.01 | 26.06 | 29.04 | - |
| YUV | 131.94 | 134.81 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 144 | 0 | 0.71 | 0.41 | 0.04 | 335.03 | 0.9 | 0.62 |
| Hex | F5 | 48 | 90 | 0 | 47 | 29 | 4 | 14F | 5A | 3E |
| Octal | 365 | 110 | 220 | 0 | 107 | 51 | 4 | 517 | 132 | 76 |
| Binary | 11110101 | 1001000 | 10010000 | 0 | 1000111 | 101001 | 100 | 101001111 | 1011010 | 111110 |
Color Harmonies of #F54890
Complementary color
Monochromatic Colors of #F54890
Black with #F54890
Text Example
Text Example
White with #F54890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54890; }
p { color: rgb(245,72,144); }
H1.HeaderClassName
{
color: #F54890;
}
.AnyTagClassName
{
color: #F54890;
}
</style>
background-color css
<style>
a { background-color: #F54890; }
a { background-color: rgb(245,72,144); }
div.DivClassName
{
background-color: #F54890;
}
.BgClassName
{
background-color: #F54890;
}
</style>
border-color css
<style>
span { border-color: #F54890; }
span { border-color: rgb(245,72,144); }
td.TdClassName
{
border-color: #F54890;
}
.TagClassName
{
border-color: #F54890;
}
</style>