Shades of Violet Red #F5377D
Tints of Violet Red #F5377D
RGB
CMYK
RGB Variations
Color information
#F5377D (or 0xF5377D) is known color: Violet Red. HEX triplet: F5, 37 and 7D. RGB value is (245,55,125). Sum of RGB (Red+Green+Blue) = 245+55+125=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F5377D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5377D is #0AC882. Grayscale: #777777. Windows color (decimal): -706691 or 8206325. OLE color: 8206325.
HSL color Cylindrical-coordinate representation of color #F5377D: hue angle of 337.89º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5377D is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 125 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.04 |
| HSL | 337.89º | 0.9% | 0.59% | - |
| HSV(B) | 337.89º | 0.78% | 0.96% | - |
| XYZ | 42.72 | 23.63 | 21.71 | - |
| YUV | 119.79 | 130.95 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 125 | 0 | 0.78 | 0.49 | 0.04 | 337.89 | 0.9 | 0.59 |
| Hex | F5 | 37 | 7D | 0 | 4E | 31 | 4 | 152 | 5A | 3B |
| Octal | 365 | 67 | 175 | 0 | 116 | 61 | 4 | 522 | 132 | 73 |
| Binary | 11110101 | 110111 | 1111101 | 0 | 1001110 | 110001 | 100 | 101010010 | 1011010 | 111011 |
Color Harmonies of #F5377D
Complementary color
Monochromatic Colors of #F5377D
Black with #F5377D
Text Example
Text Example
White with #F5377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5377D; }
p { color: rgb(245,55,125); }
H1.HeaderClassName
{
color: #F5377D;
}
.AnyTagClassName
{
color: #F5377D;
}
</style>
background-color css
<style>
a { background-color: #F5377D; }
a { background-color: rgb(245,55,125); }
div.DivClassName
{
background-color: #F5377D;
}
.BgClassName
{
background-color: #F5377D;
}
</style>
border-color css
<style>
span { border-color: #F5377D; }
span { border-color: rgb(245,55,125); }
td.TdClassName
{
border-color: #F5377D;
}
.TagClassName
{
border-color: #F5377D;
}
</style>