Shades of Violet Red #F53875
Tints of Violet Red #F53875
RGB
CMYK
RGB Variations
Color information
#F53875 (or 0xF53875) is known color: Violet Red. HEX triplet: F5, 38 and 75. RGB value is (245,56,117). Sum of RGB (Red+Green+Blue) = 245+56+117=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F53875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53875 is #0AC78A. Grayscale: #777777. Windows color (decimal): -706443 or 7682293. OLE color: 7682293.
HSL color Cylindrical-coordinate representation of color #F53875: hue angle of 340.63º 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 #F53875 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 117 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.04 |
| HSL | 340.63º | 0.9% | 0.59% | - |
| HSV(B) | 340.63º | 0.77% | 0.96% | - |
| XYZ | 42.28 | 23.53 | 19.14 | - |
| YUV | 119.47 | 126.62 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 117 | 0 | 0.77 | 0.52 | 0.04 | 340.63 | 0.9 | 0.59 |
| Hex | F5 | 38 | 75 | 0 | 4D | 34 | 4 | 155 | 5A | 3B |
| Octal | 365 | 70 | 165 | 0 | 115 | 64 | 4 | 525 | 132 | 73 |
| Binary | 11110101 | 111000 | 1110101 | 0 | 1001101 | 110100 | 100 | 101010101 | 1011010 | 111011 |
Color Harmonies of #F53875
Complementary color
Monochromatic Colors of #F53875
Black with #F53875
Text Example
Text Example
White with #F53875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53875; }
p { color: rgb(245,56,117); }
H1.HeaderClassName
{
color: #F53875;
}
.AnyTagClassName
{
color: #F53875;
}
</style>
background-color css
<style>
a { background-color: #F53875; }
a { background-color: rgb(245,56,117); }
div.DivClassName
{
background-color: #F53875;
}
.BgClassName
{
background-color: #F53875;
}
</style>
border-color css
<style>
span { border-color: #F53875; }
span { border-color: rgb(245,56,117); }
td.TdClassName
{
border-color: #F53875;
}
.TagClassName
{
border-color: #F53875;
}
</style>