Shades of Violet Red #F53488
Tints of Violet Red #F53488
RGB
CMYK
RGB Variations
Color information
#F53488 (or 0xF53488) is known color: Violet Red. HEX triplet: F5, 34 and 88. RGB value is (245,52,136). Sum of RGB (Red+Green+Blue) = 245+52+136=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F53488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53488 is #0ACB77. Grayscale: #777777. Windows color (decimal): -707448 or 8926453. OLE color: 8926453.
HSL color Cylindrical-coordinate representation of color #F53488: hue angle of 333.89º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53488 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 136 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.04 |
| HSL | 333.89º | 0.91% | 0.58% | - |
| HSV(B) | 333.89º | 0.79% | 0.96% | - |
| XYZ | 43.33 | 23.65 | 25.57 | - |
| YUV | 119.28 | 137.44 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 136 | 0 | 0.79 | 0.44 | 0.04 | 333.89 | 0.91 | 0.58 |
| Hex | F5 | 34 | 88 | 0 | 4F | 2C | 4 | 14E | 5B | 3A |
| Octal | 365 | 64 | 210 | 0 | 117 | 54 | 4 | 516 | 133 | 72 |
| Binary | 11110101 | 110100 | 10001000 | 0 | 1001111 | 101100 | 100 | 101001110 | 1011011 | 111010 |
Color Harmonies of #F53488
Complementary color
Monochromatic Colors of #F53488
Black with #F53488
Text Example
Text Example
White with #F53488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53488; }
p { color: rgb(245,52,136); }
H1.HeaderClassName
{
color: #F53488;
}
.AnyTagClassName
{
color: #F53488;
}
</style>
background-color css
<style>
a { background-color: #F53488; }
a { background-color: rgb(245,52,136); }
div.DivClassName
{
background-color: #F53488;
}
.BgClassName
{
background-color: #F53488;
}
</style>
border-color css
<style>
span { border-color: #F53488; }
span { border-color: rgb(245,52,136); }
td.TdClassName
{
border-color: #F53488;
}
.TagClassName
{
border-color: #F53488;
}
</style>