Shades of Violet Red #F53385
Tints of Violet Red #F53385
RGB
CMYK
RGB Variations
Color information
#F53385 (or 0xF53385) is known color: Violet Red. HEX triplet: F5, 33 and 85. RGB value is (245,51,133). Sum of RGB (Red+Green+Blue) = 245+51+133=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F53385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53385 is #0ACC7A. Grayscale: #767676. Windows color (decimal): -707707 or 8729589. OLE color: 8729589.
HSL color Cylindrical-coordinate representation of color #F53385: hue angle of 334.64º 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 #F53385 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 133 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.04 |
| HSL | 334.64º | 0.91% | 0.58% | - |
| HSV(B) | 334.64º | 0.79% | 0.96% | - |
| XYZ | 43.07 | 23.47 | 24.45 | - |
| YUV | 118.35 | 136.27 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 133 | 0 | 0.79 | 0.46 | 0.04 | 334.64 | 0.91 | 0.58 |
| Hex | F5 | 33 | 85 | 0 | 4F | 2E | 4 | 14F | 5B | 3A |
| Octal | 365 | 63 | 205 | 0 | 117 | 56 | 4 | 517 | 133 | 72 |
| Binary | 11110101 | 110011 | 10000101 | 0 | 1001111 | 101110 | 100 | 101001111 | 1011011 | 111010 |
Color Harmonies of #F53385
Complementary color
Monochromatic Colors of #F53385
Black with #F53385
Text Example
Text Example
White with #F53385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53385; }
p { color: rgb(245,51,133); }
H1.HeaderClassName
{
color: #F53385;
}
.AnyTagClassName
{
color: #F53385;
}
</style>
background-color css
<style>
a { background-color: #F53385; }
a { background-color: rgb(245,51,133); }
div.DivClassName
{
background-color: #F53385;
}
.BgClassName
{
background-color: #F53385;
}
</style>
border-color css
<style>
span { border-color: #F53385; }
span { border-color: rgb(245,51,133); }
td.TdClassName
{
border-color: #F53385;
}
.TagClassName
{
border-color: #F53385;
}
</style>