Shades of Violet Red #F5437B
Tints of Violet Red #F5437B
RGB
CMYK
RGB Variations
Color information
#F5437B (or 0xF5437B) is known color: Violet Red. HEX triplet: F5, 43 and 7B. RGB value is (245,67,123). Sum of RGB (Red+Green+Blue) = 245+67+123=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F5437B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5437B is #0ABC84. Grayscale: #7E7E7E. Windows color (decimal): -703621 or 8078325. OLE color: 8078325.
HSL color Cylindrical-coordinate representation of color #F5437B: hue angle of 341.12º 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 #F5437B is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 123 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.04 |
| HSL | 341.12º | 0.9% | 0.61% | - |
| HSV(B) | 341.12º | 0.73% | 0.96% | - |
| XYZ | 43.24 | 24.86 | 21.26 | - |
| YUV | 126.61 | 125.97 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 123 | 0 | 0.73 | 0.50 | 0.04 | 341.12 | 0.9 | 0.61 |
| Hex | F5 | 43 | 7B | 0 | 49 | 32 | 4 | 155 | 5A | 3D |
| Octal | 365 | 103 | 173 | 0 | 111 | 62 | 4 | 525 | 132 | 75 |
| Binary | 11110101 | 1000011 | 1111011 | 0 | 1001001 | 110010 | 100 | 101010101 | 1011010 | 111101 |
Color Harmonies of #F5437B
Complementary color
Monochromatic Colors of #F5437B
Black with #F5437B
Text Example
Text Example
White with #F5437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5437B; }
p { color: rgb(245,67,123); }
H1.HeaderClassName
{
color: #F5437B;
}
.AnyTagClassName
{
color: #F5437B;
}
</style>
background-color css
<style>
a { background-color: #F5437B; }
a { background-color: rgb(245,67,123); }
div.DivClassName
{
background-color: #F5437B;
}
.BgClassName
{
background-color: #F5437B;
}
</style>
border-color css
<style>
span { border-color: #F5437B; }
span { border-color: rgb(245,67,123); }
td.TdClassName
{
border-color: #F5437B;
}
.TagClassName
{
border-color: #F5437B;
}
</style>