Shades of Violet Red #F5398B
Tints of Violet Red #F5398B
RGB
CMYK
RGB Variations
Color information
#F5398B (or 0xF5398B) is known color: Violet Red. HEX triplet: F5, 39 and 8B. RGB value is (245,57,139). Sum of RGB (Red+Green+Blue) = 245+57+139=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F5398B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5398B is #0AC674. Grayscale: #7A7A7A. Windows color (decimal): -706165 or 9124341. OLE color: 9124341.
HSL color Cylindrical-coordinate representation of color #F5398B: hue angle of 333.83º 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 #F5398B is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 139 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.04 |
| HSL | 333.83º | 0.9% | 0.59% | - |
| HSV(B) | 333.83º | 0.77% | 0.96% | - |
| XYZ | 43.78 | 24.2 | 26.79 | - |
| YUV | 122.56 | 137.28 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 139 | 0 | 0.77 | 0.43 | 0.04 | 333.83 | 0.9 | 0.59 |
| Hex | F5 | 39 | 8B | 0 | 4D | 2B | 4 | 14E | 5A | 3B |
| Octal | 365 | 71 | 213 | 0 | 115 | 53 | 4 | 516 | 132 | 73 |
| Binary | 11110101 | 111001 | 10001011 | 0 | 1001101 | 101011 | 100 | 101001110 | 1011010 | 111011 |
Color Harmonies of #F5398B
Complementary color
Monochromatic Colors of #F5398B
Black with #F5398B
Text Example
Text Example
White with #F5398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5398B; }
p { color: rgb(245,57,139); }
H1.HeaderClassName
{
color: #F5398B;
}
.AnyTagClassName
{
color: #F5398B;
}
</style>
background-color css
<style>
a { background-color: #F5398B; }
a { background-color: rgb(245,57,139); }
div.DivClassName
{
background-color: #F5398B;
}
.BgClassName
{
background-color: #F5398B;
}
</style>
border-color css
<style>
span { border-color: #F5398B; }
span { border-color: rgb(245,57,139); }
td.TdClassName
{
border-color: #F5398B;
}
.TagClassName
{
border-color: #F5398B;
}
</style>