Shades of Violet Red #F5397A
Tints of Violet Red #F5397A
RGB
CMYK
RGB Variations
Color information
#F5397A (or 0xF5397A) is known color: Violet Red. HEX triplet: F5, 39 and 7A. RGB value is (245,57,122). Sum of RGB (Red+Green+Blue) = 245+57+122=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5397A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5397A is #0AC685. Grayscale: #787878. Windows color (decimal): -706182 or 8010229. OLE color: 8010229.
HSL color Cylindrical-coordinate representation of color #F5397A: hue angle of 339.26º 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 #F5397A is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 122 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.04 |
| HSL | 339.26º | 0.9% | 0.59% | - |
| HSV(B) | 339.26º | 0.77% | 0.96% | - |
| XYZ | 42.63 | 23.74 | 20.75 | - |
| YUV | 120.62 | 128.78 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 122 | 0 | 0.77 | 0.50 | 0.04 | 339.26 | 0.9 | 0.59 |
| Hex | F5 | 39 | 7A | 0 | 4D | 32 | 4 | 153 | 5A | 3B |
| Octal | 365 | 71 | 172 | 0 | 115 | 62 | 4 | 523 | 132 | 73 |
| Binary | 11110101 | 111001 | 1111010 | 0 | 1001101 | 110010 | 100 | 101010011 | 1011010 | 111011 |
Color Harmonies of #F5397A
Complementary color
Monochromatic Colors of #F5397A
Black with #F5397A
Text Example
Text Example
White with #F5397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5397A; }
p { color: rgb(245,57,122); }
H1.HeaderClassName
{
color: #F5397A;
}
.AnyTagClassName
{
color: #F5397A;
}
</style>
background-color css
<style>
a { background-color: #F5397A; }
a { background-color: rgb(245,57,122); }
div.DivClassName
{
background-color: #F5397A;
}
.BgClassName
{
background-color: #F5397A;
}
</style>
border-color css
<style>
span { border-color: #F5397A; }
span { border-color: rgb(245,57,122); }
td.TdClassName
{
border-color: #F5397A;
}
.TagClassName
{
border-color: #F5397A;
}
</style>