Shades of Violet Red #F5378A
Tints of Violet Red #F5378A
RGB
CMYK
RGB Variations
Color information
#F5378A (or 0xF5378A) is known color: Violet Red. HEX triplet: F5, 37 and 8A. RGB value is (245,55,138). Sum of RGB (Red+Green+Blue) = 245+55+138=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F5378A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5378A is #0AC875. Grayscale: #797979. Windows color (decimal): -706678 or 9058293. OLE color: 9058293.
HSL color Cylindrical-coordinate representation of color #F5378A: hue angle of 333.79º 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 #F5378A is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 138 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.04 |
| HSL | 333.79º | 0.9% | 0.59% | - |
| HSV(B) | 333.79º | 0.78% | 0.96% | - |
| XYZ | 43.61 | 23.98 | 26.37 | - |
| YUV | 121.27 | 137.45 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 138 | 0 | 0.78 | 0.44 | 0.04 | 333.79 | 0.9 | 0.59 |
| Hex | F5 | 37 | 8A | 0 | 4E | 2C | 4 | 14E | 5A | 3B |
| Octal | 365 | 67 | 212 | 0 | 116 | 54 | 4 | 516 | 132 | 73 |
| Binary | 11110101 | 110111 | 10001010 | 0 | 1001110 | 101100 | 100 | 101001110 | 1011010 | 111011 |
Color Harmonies of #F5378A
Complementary color
Monochromatic Colors of #F5378A
Black with #F5378A
Text Example
Text Example
White with #F5378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5378A; }
p { color: rgb(245,55,138); }
H1.HeaderClassName
{
color: #F5378A;
}
.AnyTagClassName
{
color: #F5378A;
}
</style>
background-color css
<style>
a { background-color: #F5378A; }
a { background-color: rgb(245,55,138); }
div.DivClassName
{
background-color: #F5378A;
}
.BgClassName
{
background-color: #F5378A;
}
</style>
border-color css
<style>
span { border-color: #F5378A; }
span { border-color: rgb(245,55,138); }
td.TdClassName
{
border-color: #F5378A;
}
.TagClassName
{
border-color: #F5378A;
}
</style>