Shades of Violet Red #F5437E
Tints of Violet Red #F5437E
RGB
CMYK
RGB Variations
Color information
#F5437E (or 0xF5437E) is known color: Violet Red. HEX triplet: F5, 43 and 7E. RGB value is (245,67,126). Sum of RGB (Red+Green+Blue) = 245+67+126=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F5437E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5437E is #0ABC81. Grayscale: #7E7E7E. Windows color (decimal): -703618 or 8274933. OLE color: 8274933.
HSL color Cylindrical-coordinate representation of color #F5437E: hue angle of 340.11º 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 #F5437E is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 126 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.04 |
| HSL | 340.11º | 0.9% | 0.61% | - |
| HSV(B) | 340.11º | 0.73% | 0.96% | - |
| XYZ | 43.43 | 24.93 | 22.26 | - |
| YUV | 126.95 | 127.47 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 126 | 0 | 0.73 | 0.49 | 0.04 | 340.11 | 0.9 | 0.61 |
| Hex | F5 | 43 | 7E | 0 | 49 | 31 | 4 | 154 | 5A | 3D |
| Octal | 365 | 103 | 176 | 0 | 111 | 61 | 4 | 524 | 132 | 75 |
| Binary | 11110101 | 1000011 | 1111110 | 0 | 1001001 | 110001 | 100 | 101010100 | 1011010 | 111101 |
Color Harmonies of #F5437E
Complementary color
Monochromatic Colors of #F5437E
Black with #F5437E
Text Example
Text Example
White with #F5437E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5437E; }
p { color: rgb(245,67,126); }
H1.HeaderClassName
{
color: #F5437E;
}
.AnyTagClassName
{
color: #F5437E;
}
</style>
background-color css
<style>
a { background-color: #F5437E; }
a { background-color: rgb(245,67,126); }
div.DivClassName
{
background-color: #F5437E;
}
.BgClassName
{
background-color: #F5437E;
}
</style>
border-color css
<style>
span { border-color: #F5437E; }
span { border-color: rgb(245,67,126); }
td.TdClassName
{
border-color: #F5437E;
}
.TagClassName
{
border-color: #F5437E;
}
</style>