Shades of Violet Red #F5378D
Tints of Violet Red #F5378D
RGB
CMYK
RGB Variations
Color information
#F5378D (or 0xF5378D) is known color: Violet Red. HEX triplet: F5, 37 and 8D. RGB value is (245,55,141). Sum of RGB (Red+Green+Blue) = 245+55+141=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F5378D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5378D is #0AC872. Grayscale: #797979. Windows color (decimal): -706675 or 9254901. OLE color: 9254901.
HSL color Cylindrical-coordinate representation of color #F5378D: hue angle of 332.84º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5378D is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 141 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.04 |
| HSL | 332.84º | 0.9% | 0.59% | - |
| HSV(B) | 332.84º | 0.78% | 0.96% | - |
| XYZ | 43.83 | 24.07 | 27.53 | - |
| YUV | 121.61 | 138.95 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 141 | 0 | 0.78 | 0.42 | 0.04 | 332.84 | 0.9 | 0.59 |
| Hex | F5 | 37 | 8D | 0 | 4E | 2A | 4 | 14D | 5A | 3B |
| Octal | 365 | 67 | 215 | 0 | 116 | 52 | 4 | 515 | 132 | 73 |
| Binary | 11110101 | 110111 | 10001101 | 0 | 1001110 | 101010 | 100 | 101001101 | 1011010 | 111011 |
Color Harmonies of #F5378D
Complementary color
Monochromatic Colors of #F5378D
Black with #F5378D
Text Example
Text Example
White with #F5378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5378D; }
p { color: rgb(245,55,141); }
H1.HeaderClassName
{
color: #F5378D;
}
.AnyTagClassName
{
color: #F5378D;
}
</style>
background-color css
<style>
a { background-color: #F5378D; }
a { background-color: rgb(245,55,141); }
div.DivClassName
{
background-color: #F5378D;
}
.BgClassName
{
background-color: #F5378D;
}
</style>
border-color css
<style>
span { border-color: #F5378D; }
span { border-color: rgb(245,55,141); }
td.TdClassName
{
border-color: #F5378D;
}
.TagClassName
{
border-color: #F5378D;
}
</style>