Shades of Violet Red #F53F85
Tints of Violet Red #F53F85
RGB
CMYK
RGB Variations
Color information
#F53F85 (or 0xF53F85) is known color: Violet Red. HEX triplet: F5, 3F and 85. RGB value is (245,63,133). Sum of RGB (Red+Green+Blue) = 245+63+133=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53F85 is #0AC07A. Grayscale: #7D7D7D. Windows color (decimal): -704635 or 8732661. OLE color: 8732661.
HSL color Cylindrical-coordinate representation of color #F53F85: hue angle of 336.92º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53F85 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 133 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.04 |
| HSL | 336.92º | 0.9% | 0.6% | - |
| HSV(B) | 336.92º | 0.74% | 0.96% | - |
| XYZ | 43.67 | 24.66 | 24.65 | - |
| YUV | 125.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 133 | 0 | 0.74 | 0.46 | 0.04 | 336.92 | 0.9 | 0.6 |
| Hex | F5 | 3F | 85 | 0 | 4A | 2E | 4 | 151 | 5A | 3C |
| Octal | 365 | 77 | 205 | 0 | 112 | 56 | 4 | 521 | 132 | 74 |
| Binary | 11110101 | 111111 | 10000101 | 0 | 1001010 | 101110 | 100 | 101010001 | 1011010 | 111100 |
Color Harmonies of #F53F85
Complementary color
Monochromatic Colors of #F53F85
Black with #F53F85
Text Example
Text Example
White with #F53F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53F85; }
p { color: rgb(245,63,133); }
H1.HeaderClassName
{
color: #F53F85;
}
.AnyTagClassName
{
color: #F53F85;
}
</style>
background-color css
<style>
a { background-color: #F53F85; }
a { background-color: rgb(245,63,133); }
div.DivClassName
{
background-color: #F53F85;
}
.BgClassName
{
background-color: #F53F85;
}
</style>
border-color css
<style>
span { border-color: #F53F85; }
span { border-color: rgb(245,63,133); }
td.TdClassName
{
border-color: #F53F85;
}
.TagClassName
{
border-color: #F53F85;
}
</style>