Shades of Violet Red #F53883
Tints of Violet Red #F53883
RGB
CMYK
RGB Variations
Color information
#F53883 (or 0xF53883) is known color: Violet Red. HEX triplet: F5, 38 and 83. RGB value is (245,56,131). Sum of RGB (Red+Green+Blue) = 245+56+131=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F53883 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53883 is #0AC77C. Grayscale: #787878. Windows color (decimal): -706429 or 8599797. OLE color: 8599797.
HSL color Cylindrical-coordinate representation of color #F53883: hue angle of 336.19º 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 #F53883 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 131 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.04 |
| HSL | 336.19º | 0.9% | 0.59% | - |
| HSV(B) | 336.19º | 0.77% | 0.96% | - |
| XYZ | 43.17 | 23.88 | 23.81 | - |
| YUV | 121.06 | 133.62 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 131 | 0 | 0.77 | 0.47 | 0.04 | 336.19 | 0.9 | 0.59 |
| Hex | F5 | 38 | 83 | 0 | 4D | 2F | 4 | 150 | 5A | 3B |
| Octal | 365 | 70 | 203 | 0 | 115 | 57 | 4 | 520 | 132 | 73 |
| Binary | 11110101 | 111000 | 10000011 | 0 | 1001101 | 101111 | 100 | 101010000 | 1011010 | 111011 |
Color Harmonies of #F53883
Complementary color
Monochromatic Colors of #F53883
Black with #F53883
Text Example
Text Example
White with #F53883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53883; }
p { color: rgb(245,56,131); }
H1.HeaderClassName
{
color: #F53883;
}
.AnyTagClassName
{
color: #F53883;
}
</style>
background-color css
<style>
a { background-color: #F53883; }
a { background-color: rgb(245,56,131); }
div.DivClassName
{
background-color: #F53883;
}
.BgClassName
{
background-color: #F53883;
}
</style>
border-color css
<style>
span { border-color: #F53883; }
span { border-color: rgb(245,56,131); }
td.TdClassName
{
border-color: #F53883;
}
.TagClassName
{
border-color: #F53883;
}
</style>