Shades of Violet Red #F53185
Tints of Violet Red #F53185
RGB
CMYK
RGB Variations
Color information
#F53185 (or 0xF53185) is known color: Violet Red. HEX triplet: F5, 31 and 85. RGB value is (245,49,133). Sum of RGB (Red+Green+Blue) = 245+49+133=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F53185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53185 is #0ACE7A. Grayscale: #757575. Windows color (decimal): -708219 or 8729077. OLE color: 8729077.
HSL color Cylindrical-coordinate representation of color #F53185: hue angle of 334.29º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53185 is Cyan = 0, Magento = 0.8, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 133 | - |
| CMYK | 0 | 0.8 | 0.46 | 0.04 |
| HSL | 334.29º | 0.91% | 0.58% | - |
| HSV(B) | 334.29º | 0.8% | 0.96% | - |
| XYZ | 42.99 | 23.3 | 24.42 | - |
| YUV | 117.18 | 136.93 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 133 | 0 | 0.8 | 0.46 | 0.04 | 334.29 | 0.91 | 0.58 |
| Hex | F5 | 31 | 85 | 0 | 50 | 2E | 4 | 14E | 5B | 3A |
| Octal | 365 | 61 | 205 | 0 | 120 | 56 | 4 | 516 | 133 | 72 |
| Binary | 11110101 | 110001 | 10000101 | 0 | 1010000 | 101110 | 100 | 101001110 | 1011011 | 111010 |
Color Harmonies of #F53185
Complementary color
Monochromatic Colors of #F53185
Black with #F53185
Text Example
Text Example
White with #F53185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53185; }
p { color: rgb(245,49,133); }
H1.HeaderClassName
{
color: #F53185;
}
.AnyTagClassName
{
color: #F53185;
}
</style>
background-color css
<style>
a { background-color: #F53185; }
a { background-color: rgb(245,49,133); }
div.DivClassName
{
background-color: #F53185;
}
.BgClassName
{
background-color: #F53185;
}
</style>
border-color css
<style>
span { border-color: #F53185; }
span { border-color: rgb(245,49,133); }
td.TdClassName
{
border-color: #F53185;
}
.TagClassName
{
border-color: #F53185;
}
</style>