Shades of Violet Red #F54593
Tints of Violet Red #F54593
RGB
CMYK
RGB Variations
Color information
#F54593 (or 0xF54593) is known color: Violet Red. HEX triplet: F5, 45 and 93. RGB value is (245,69,147). Sum of RGB (Red+Green+Blue) = 245+69+147=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F54593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54593 is #0ABA6C. Grayscale: #828282. Windows color (decimal): -703085 or 9651701. OLE color: 9651701.
HSL color Cylindrical-coordinate representation of color #F54593: hue angle of 333.41º 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 #F54593 is Cyan = 0, Magento = 0.72, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 147 | - |
| CMYK | 0 | 0.72 | 0.4 | 0.04 |
| HSL | 333.41º | 0.9% | 0.62% | - |
| HSV(B) | 333.41º | 0.72% | 0.96% | - |
| XYZ | 45.05 | 25.78 | 30.2 | - |
| YUV | 130.52 | 137.31 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 147 | 0 | 0.72 | 0.4 | 0.04 | 333.41 | 0.9 | 0.62 |
| Hex | F5 | 45 | 93 | 0 | 48 | 28 | 4 | 14D | 5A | 3E |
| Octal | 365 | 105 | 223 | 0 | 110 | 50 | 4 | 515 | 132 | 76 |
| Binary | 11110101 | 1000101 | 10010011 | 0 | 1001000 | 101000 | 100 | 101001101 | 1011010 | 111110 |
Color Harmonies of #F54593
Complementary color
Monochromatic Colors of #F54593
Black with #F54593
Text Example
Text Example
White with #F54593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54593; }
p { color: rgb(245,69,147); }
H1.HeaderClassName
{
color: #F54593;
}
.AnyTagClassName
{
color: #F54593;
}
</style>
background-color css
<style>
a { background-color: #F54593; }
a { background-color: rgb(245,69,147); }
div.DivClassName
{
background-color: #F54593;
}
.BgClassName
{
background-color: #F54593;
}
</style>
border-color css
<style>
span { border-color: #F54593; }
span { border-color: rgb(245,69,147); }
td.TdClassName
{
border-color: #F54593;
}
.TagClassName
{
border-color: #F54593;
}
</style>