Shades of Violet Red #F53878
Tints of Violet Red #F53878
RGB
CMYK
RGB Variations
Color information
#F53878 (or 0xF53878) is known color: Violet Red. HEX triplet: F5, 38 and 78. RGB value is (245,56,120). Sum of RGB (Red+Green+Blue) = 245+56+120=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F53878 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53878 is #0AC787. Grayscale: #777777. Windows color (decimal): -706440 or 7878901. OLE color: 7878901.
HSL color Cylindrical-coordinate representation of color #F53878: hue angle of 339.68º 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 #F53878 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 120 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.04 |
| HSL | 339.68º | 0.9% | 0.59% | - |
| HSV(B) | 339.68º | 0.77% | 0.96% | - |
| XYZ | 42.46 | 23.6 | 20.09 | - |
| YUV | 119.81 | 128.12 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 120 | 0 | 0.77 | 0.51 | 0.04 | 339.68 | 0.9 | 0.59 |
| Hex | F5 | 38 | 78 | 0 | 4D | 33 | 4 | 154 | 5A | 3B |
| Octal | 365 | 70 | 170 | 0 | 115 | 63 | 4 | 524 | 132 | 73 |
| Binary | 11110101 | 111000 | 1111000 | 0 | 1001101 | 110011 | 100 | 101010100 | 1011010 | 111011 |
Color Harmonies of #F53878
Complementary color
Monochromatic Colors of #F53878
Black with #F53878
Text Example
Text Example
White with #F53878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53878; }
p { color: rgb(245,56,120); }
H1.HeaderClassName
{
color: #F53878;
}
.AnyTagClassName
{
color: #F53878;
}
</style>
background-color css
<style>
a { background-color: #F53878; }
a { background-color: rgb(245,56,120); }
div.DivClassName
{
background-color: #F53878;
}
.BgClassName
{
background-color: #F53878;
}
</style>
border-color css
<style>
span { border-color: #F53878; }
span { border-color: rgb(245,56,120); }
td.TdClassName
{
border-color: #F53878;
}
.TagClassName
{
border-color: #F53878;
}
</style>