Shades of Violet Red #F53888
Tints of Violet Red #F53888
RGB
CMYK
RGB Variations
Color information
#F53888 (or 0xF53888) is known color: Violet Red. HEX triplet: F5, 38 and 88. RGB value is (245,56,136). Sum of RGB (Red+Green+Blue) = 245+56+136=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F53888 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53888 is #0AC777. Grayscale: #797979. Windows color (decimal): -706424 or 8927477. OLE color: 8927477.
HSL color Cylindrical-coordinate representation of color #F53888: hue angle of 334.6º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F53888 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 136 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.04 |
| HSL | 334.6º | 0.9% | 0.59% | - |
| HSV(B) | 334.6º | 0.77% | 0.96% | - |
| XYZ | 43.51 | 24.02 | 25.64 | - |
| YUV | 121.63 | 136.12 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 136 | 0 | 0.77 | 0.44 | 0.04 | 334.6 | 0.9 | 0.59 |
| Hex | F5 | 38 | 88 | 0 | 4D | 2C | 4 | 14F | 5A | 3B |
| Octal | 365 | 70 | 210 | 0 | 115 | 54 | 4 | 517 | 132 | 73 |
| Binary | 11110101 | 111000 | 10001000 | 0 | 1001101 | 101100 | 100 | 101001111 | 1011010 | 111011 |
Color Harmonies of #F53888
Complementary color
Monochromatic Colors of #F53888
Black with #F53888
Text Example
Text Example
White with #F53888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53888; }
p { color: rgb(245,56,136); }
H1.HeaderClassName
{
color: #F53888;
}
.AnyTagClassName
{
color: #F53888;
}
</style>
background-color css
<style>
a { background-color: #F53888; }
a { background-color: rgb(245,56,136); }
div.DivClassName
{
background-color: #F53888;
}
.BgClassName
{
background-color: #F53888;
}
</style>
border-color css
<style>
span { border-color: #F53888; }
span { border-color: rgb(245,56,136); }
td.TdClassName
{
border-color: #F53888;
}
.TagClassName
{
border-color: #F53888;
}
</style>