Shades of Violet Red #F5437D
Tints of Violet Red #F5437D
RGB
CMYK
RGB Variations
Color information
#F5437D (or 0xF5437D) is known color: Violet Red. HEX triplet: F5, 43 and 7D. RGB value is (245,67,125). Sum of RGB (Red+Green+Blue) = 245+67+125=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F5437D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5437D is #0ABC82. Grayscale: #7E7E7E. Windows color (decimal): -703619 or 8209397. OLE color: 8209397.
HSL color Cylindrical-coordinate representation of color #F5437D: hue angle of 340.45º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5437D is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 125 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.04 |
| HSL | 340.45º | 0.9% | 0.61% | - |
| HSV(B) | 340.45º | 0.73% | 0.96% | - |
| XYZ | 43.37 | 24.91 | 21.92 | - |
| YUV | 126.83 | 126.97 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 125 | 0 | 0.73 | 0.49 | 0.04 | 340.45 | 0.9 | 0.61 |
| Hex | F5 | 43 | 7D | 0 | 49 | 31 | 4 | 154 | 5A | 3D |
| Octal | 365 | 103 | 175 | 0 | 111 | 61 | 4 | 524 | 132 | 75 |
| Binary | 11110101 | 1000011 | 1111101 | 0 | 1001001 | 110001 | 100 | 101010100 | 1011010 | 111101 |
Color Harmonies of #F5437D
Complementary color
Monochromatic Colors of #F5437D
Black with #F5437D
Text Example
Text Example
White with #F5437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5437D; }
p { color: rgb(245,67,125); }
H1.HeaderClassName
{
color: #F5437D;
}
.AnyTagClassName
{
color: #F5437D;
}
</style>
background-color css
<style>
a { background-color: #F5437D; }
a { background-color: rgb(245,67,125); }
div.DivClassName
{
background-color: #F5437D;
}
.BgClassName
{
background-color: #F5437D;
}
</style>
border-color css
<style>
span { border-color: #F5437D; }
span { border-color: rgb(245,67,125); }
td.TdClassName
{
border-color: #F5437D;
}
.TagClassName
{
border-color: #F5437D;
}
</style>