Shades of Violet Red #F5387A
Tints of Violet Red #F5387A
RGB
CMYK
RGB Variations
Color information
#F5387A (or 0xF5387A) is known color: Violet Red. HEX triplet: F5, 38 and 7A. RGB value is (245,56,122). Sum of RGB (Red+Green+Blue) = 245+56+122=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5387A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5387A is #0AC785. Grayscale: #777777. Windows color (decimal): -706438 or 8009973. OLE color: 8009973.
HSL color Cylindrical-coordinate representation of color #F5387A: hue angle of 339.05º 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 #F5387A is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 122 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.04 |
| HSL | 339.05º | 0.9% | 0.59% | - |
| HSV(B) | 339.05º | 0.77% | 0.96% | - |
| XYZ | 42.58 | 23.65 | 20.73 | - |
| YUV | 120.04 | 129.12 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 122 | 0 | 0.77 | 0.50 | 0.04 | 339.05 | 0.9 | 0.59 |
| Hex | F5 | 38 | 7A | 0 | 4D | 32 | 4 | 153 | 5A | 3B |
| Octal | 365 | 70 | 172 | 0 | 115 | 62 | 4 | 523 | 132 | 73 |
| Binary | 11110101 | 111000 | 1111010 | 0 | 1001101 | 110010 | 100 | 101010011 | 1011010 | 111011 |
Color Harmonies of #F5387A
Complementary color
Monochromatic Colors of #F5387A
Black with #F5387A
Text Example
Text Example
White with #F5387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5387A; }
p { color: rgb(245,56,122); }
H1.HeaderClassName
{
color: #F5387A;
}
.AnyTagClassName
{
color: #F5387A;
}
</style>
background-color css
<style>
a { background-color: #F5387A; }
a { background-color: rgb(245,56,122); }
div.DivClassName
{
background-color: #F5387A;
}
.BgClassName
{
background-color: #F5387A;
}
</style>
border-color css
<style>
span { border-color: #F5387A; }
span { border-color: rgb(245,56,122); }
td.TdClassName
{
border-color: #F5387A;
}
.TagClassName
{
border-color: #F5387A;
}
</style>