Shades of Violet Red #F5478D
Tints of Violet Red #F5478D
RGB
CMYK
RGB Variations
Color information
#F5478D (or 0xF5478D) is known color: Violet Red. HEX triplet: F5, 47 and 8D. RGB value is (245,71,141). Sum of RGB (Red+Green+Blue) = 245+71+141=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F5478D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5478D is #0AB872. Grayscale: #828282. Windows color (decimal): -702579 or 9258997. OLE color: 9258997.
HSL color Cylindrical-coordinate representation of color #F5478D: hue angle of 335.86º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5478D is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 71 | 141 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.04 |
| HSL | 335.86º | 0.9% | 0.62% | - |
| HSV(B) | 335.86º | 0.71% | 0.96% | - |
| XYZ | 44.72 | 25.84 | 27.83 | - |
| YUV | 131.01 | 133.65 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 141 | 0 | 0.71 | 0.42 | 0.04 | 335.86 | 0.9 | 0.62 |
| Hex | F5 | 47 | 8D | 0 | 47 | 2A | 4 | 150 | 5A | 3E |
| Octal | 365 | 107 | 215 | 0 | 107 | 52 | 4 | 520 | 132 | 76 |
| Binary | 11110101 | 1000111 | 10001101 | 0 | 1000111 | 101010 | 100 | 101010000 | 1011010 | 111110 |
Color Harmonies of #F5478D
Complementary color
Monochromatic Colors of #F5478D
Black with #F5478D
Text Example
Text Example
White with #F5478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5478D; }
p { color: rgb(245,71,141); }
H1.HeaderClassName
{
color: #F5478D;
}
.AnyTagClassName
{
color: #F5478D;
}
</style>
background-color css
<style>
a { background-color: #F5478D; }
a { background-color: rgb(245,71,141); }
div.DivClassName
{
background-color: #F5478D;
}
.BgClassName
{
background-color: #F5478D;
}
</style>
border-color css
<style>
span { border-color: #F5478D; }
span { border-color: rgb(245,71,141); }
td.TdClassName
{
border-color: #F5478D;
}
.TagClassName
{
border-color: #F5478D;
}
</style>