Shades of Violet Red #F53485
Tints of Violet Red #F53485
RGB
CMYK
RGB Variations
Color information
#F53485 (or 0xF53485) is known color: Violet Red. HEX triplet: F5, 34 and 85. RGB value is (245,52,133). Sum of RGB (Red+Green+Blue) = 245+52+133=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F53485 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53485 is #0ACB7A. Grayscale: #767676. Windows color (decimal): -707451 or 8729845. OLE color: 8729845.
HSL color Cylindrical-coordinate representation of color #F53485: hue angle of 334.82º 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 #F53485 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 133 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.04 |
| HSL | 334.82º | 0.91% | 0.58% | - |
| HSV(B) | 334.82º | 0.79% | 0.96% | - |
| XYZ | 43.12 | 23.56 | 24.47 | - |
| YUV | 118.94 | 135.94 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 133 | 0 | 0.79 | 0.46 | 0.04 | 334.82 | 0.91 | 0.58 |
| Hex | F5 | 34 | 85 | 0 | 4F | 2E | 4 | 14F | 5B | 3A |
| Octal | 365 | 64 | 205 | 0 | 117 | 56 | 4 | 517 | 133 | 72 |
| Binary | 11110101 | 110100 | 10000101 | 0 | 1001111 | 101110 | 100 | 101001111 | 1011011 | 111010 |
Color Harmonies of #F53485
Complementary color
Monochromatic Colors of #F53485
Black with #F53485
Text Example
Text Example
White with #F53485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53485; }
p { color: rgb(245,52,133); }
H1.HeaderClassName
{
color: #F53485;
}
.AnyTagClassName
{
color: #F53485;
}
</style>
background-color css
<style>
a { background-color: #F53485; }
a { background-color: rgb(245,52,133); }
div.DivClassName
{
background-color: #F53485;
}
.BgClassName
{
background-color: #F53485;
}
</style>
border-color css
<style>
span { border-color: #F53485; }
span { border-color: rgb(245,52,133); }
td.TdClassName
{
border-color: #F53485;
}
.TagClassName
{
border-color: #F53485;
}
</style>