Shades of Violet Red #F5337C
Tints of Violet Red #F5337C
RGB
CMYK
RGB Variations
Color information
#F5337C (or 0xF5337C) is known color: Violet Red. HEX triplet: F5, 33 and 7C. RGB value is (245,51,124). Sum of RGB (Red+Green+Blue) = 245+51+124=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F5337C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5337C is #0ACC83. Grayscale: #757575. Windows color (decimal): -707716 or 8139765. OLE color: 8139765.
HSL color Cylindrical-coordinate representation of color #F5337C: hue angle of 337.42º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5337C is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 124 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.04 |
| HSL | 337.42º | 0.91% | 0.58% | - |
| HSV(B) | 337.42º | 0.79% | 0.96% | - |
| XYZ | 42.48 | 23.24 | 21.31 | - |
| YUV | 117.33 | 131.77 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 124 | 0 | 0.79 | 0.49 | 0.04 | 337.42 | 0.91 | 0.58 |
| Hex | F5 | 33 | 7C | 0 | 4F | 31 | 4 | 151 | 5B | 3A |
| Octal | 365 | 63 | 174 | 0 | 117 | 61 | 4 | 521 | 133 | 72 |
| Binary | 11110101 | 110011 | 1111100 | 0 | 1001111 | 110001 | 100 | 101010001 | 1011011 | 111010 |
Color Harmonies of #F5337C
Complementary color
Monochromatic Colors of #F5337C
Black with #F5337C
Text Example
Text Example
White with #F5337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5337C; }
p { color: rgb(245,51,124); }
H1.HeaderClassName
{
color: #F5337C;
}
.AnyTagClassName
{
color: #F5337C;
}
</style>
background-color css
<style>
a { background-color: #F5337C; }
a { background-color: rgb(245,51,124); }
div.DivClassName
{
background-color: #F5337C;
}
.BgClassName
{
background-color: #F5337C;
}
</style>
border-color css
<style>
span { border-color: #F5337C; }
span { border-color: rgb(245,51,124); }
td.TdClassName
{
border-color: #F5337C;
}
.TagClassName
{
border-color: #F5337C;
}
</style>