Shades of Violet Red #F5478A
Tints of Violet Red #F5478A
RGB
CMYK
RGB Variations
Color information
#F5478A (or 0xF5478A) is known color: Violet Red. HEX triplet: F5, 47 and 8A. RGB value is (245,71,138). Sum of RGB (Red+Green+Blue) = 245+71+138=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5478A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5478A is #0AB875. Grayscale: #828282. Windows color (decimal): -702582 or 9062389. OLE color: 9062389.
HSL color Cylindrical-coordinate representation of color #F5478A: hue angle of 336.9º 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 #F5478A is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 71 | 138 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.04 |
| HSL | 336.9º | 0.9% | 0.62% | - |
| HSV(B) | 336.9º | 0.71% | 0.96% | - |
| XYZ | 44.5 | 25.75 | 26.67 | - |
| YUV | 130.66 | 132.15 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 138 | 0 | 0.71 | 0.44 | 0.04 | 336.9 | 0.9 | 0.62 |
| Hex | F5 | 47 | 8A | 0 | 47 | 2C | 4 | 151 | 5A | 3E |
| Octal | 365 | 107 | 212 | 0 | 107 | 54 | 4 | 521 | 132 | 76 |
| Binary | 11110101 | 1000111 | 10001010 | 0 | 1000111 | 101100 | 100 | 101010001 | 1011010 | 111110 |
Color Harmonies of #F5478A
Complementary color
Monochromatic Colors of #F5478A
Black with #F5478A
Text Example
Text Example
White with #F5478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5478A; }
p { color: rgb(245,71,138); }
H1.HeaderClassName
{
color: #F5478A;
}
.AnyTagClassName
{
color: #F5478A;
}
</style>
background-color css
<style>
a { background-color: #F5478A; }
a { background-color: rgb(245,71,138); }
div.DivClassName
{
background-color: #F5478A;
}
.BgClassName
{
background-color: #F5478A;
}
</style>
border-color css
<style>
span { border-color: #F5478A; }
span { border-color: rgb(245,71,138); }
td.TdClassName
{
border-color: #F5478A;
}
.TagClassName
{
border-color: #F5478A;
}
</style>