Shades of Violet Red #F53975
Tints of Violet Red #F53975
RGB
CMYK
RGB Variations
Color information
#F53975 (or 0xF53975) is known color: Violet Red. HEX triplet: F5, 39 and 75. RGB value is (245,57,117). Sum of RGB (Red+Green+Blue) = 245+57+117=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F53975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53975 is #0AC68A. Grayscale: #787878. Windows color (decimal): -706187 or 7682549. OLE color: 7682549.
HSL color Cylindrical-coordinate representation of color #F53975: hue angle of 340.85º 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 #F53975 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 117 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.04 |
| HSL | 340.85º | 0.9% | 0.59% | - |
| HSV(B) | 340.85º | 0.77% | 0.96% | - |
| XYZ | 42.33 | 23.62 | 19.16 | - |
| YUV | 120.05 | 126.28 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 117 | 0 | 0.77 | 0.52 | 0.04 | 340.85 | 0.9 | 0.59 |
| Hex | F5 | 39 | 75 | 0 | 4D | 34 | 4 | 155 | 5A | 3B |
| Octal | 365 | 71 | 165 | 0 | 115 | 64 | 4 | 525 | 132 | 73 |
| Binary | 11110101 | 111001 | 1110101 | 0 | 1001101 | 110100 | 100 | 101010101 | 1011010 | 111011 |
Color Harmonies of #F53975
Complementary color
Monochromatic Colors of #F53975
Black with #F53975
Text Example
Text Example
White with #F53975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53975; }
p { color: rgb(245,57,117); }
H1.HeaderClassName
{
color: #F53975;
}
.AnyTagClassName
{
color: #F53975;
}
</style>
background-color css
<style>
a { background-color: #F53975; }
a { background-color: rgb(245,57,117); }
div.DivClassName
{
background-color: #F53975;
}
.BgClassName
{
background-color: #F53975;
}
</style>
border-color css
<style>
span { border-color: #F53975; }
span { border-color: rgb(245,57,117); }
td.TdClassName
{
border-color: #F53975;
}
.TagClassName
{
border-color: #F53975;
}
</style>