Shades of Violet Red #F5447E
Tints of Violet Red #F5447E
RGB
CMYK
RGB Variations
Color information
#F5447E (or 0xF5447E) is known color: Violet Red. HEX triplet: F5, 44 and 7E. RGB value is (245,68,126). Sum of RGB (Red+Green+Blue) = 245+68+126=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F5447E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5447E is #0ABB81. Grayscale: #7F7F7F. Windows color (decimal): -703362 or 8275189. OLE color: 8275189.
HSL color Cylindrical-coordinate representation of color #F5447E: hue angle of 340.34º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5447E is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 126 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.04 |
| HSL | 340.34º | 0.9% | 0.61% | - |
| HSV(B) | 340.34º | 0.72% | 0.96% | - |
| XYZ | 43.49 | 25.05 | 22.28 | - |
| YUV | 127.54 | 127.14 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 126 | 0 | 0.72 | 0.49 | 0.04 | 340.34 | 0.9 | 0.61 |
| Hex | F5 | 44 | 7E | 0 | 48 | 31 | 4 | 154 | 5A | 3D |
| Octal | 365 | 104 | 176 | 0 | 110 | 61 | 4 | 524 | 132 | 75 |
| Binary | 11110101 | 1000100 | 1111110 | 0 | 1001000 | 110001 | 100 | 101010100 | 1011010 | 111101 |
Color Harmonies of #F5447E
Complementary color
Monochromatic Colors of #F5447E
Black with #F5447E
Text Example
Text Example
White with #F5447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5447E; }
p { color: rgb(245,68,126); }
H1.HeaderClassName
{
color: #F5447E;
}
.AnyTagClassName
{
color: #F5447E;
}
</style>
background-color css
<style>
a { background-color: #F5447E; }
a { background-color: rgb(245,68,126); }
div.DivClassName
{
background-color: #F5447E;
}
.BgClassName
{
background-color: #F5447E;
}
</style>
border-color css
<style>
span { border-color: #F5447E; }
span { border-color: rgb(245,68,126); }
td.TdClassName
{
border-color: #F5447E;
}
.TagClassName
{
border-color: #F5447E;
}
</style>