Shades of Violet Red #F5447B
Tints of Violet Red #F5447B
RGB
CMYK
RGB Variations
Color information
#F5447B (or 0xF5447B) is known color: Violet Red. HEX triplet: F5, 44 and 7B. RGB value is (245,68,123). Sum of RGB (Red+Green+Blue) = 245+68+123=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5447B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5447B is #0ABB84. Grayscale: #7F7F7F. Windows color (decimal): -703365 or 8078581. OLE color: 8078581.
HSL color Cylindrical-coordinate representation of color #F5447B: hue angle of 341.36º 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 #F5447B is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 123 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.04 |
| HSL | 341.36º | 0.9% | 0.61% | - |
| HSV(B) | 341.36º | 0.72% | 0.96% | - |
| XYZ | 43.3 | 24.98 | 21.28 | - |
| YUV | 127.19 | 125.64 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 123 | 0 | 0.72 | 0.50 | 0.04 | 341.36 | 0.9 | 0.61 |
| Hex | F5 | 44 | 7B | 0 | 48 | 32 | 4 | 155 | 5A | 3D |
| Octal | 365 | 104 | 173 | 0 | 110 | 62 | 4 | 525 | 132 | 75 |
| Binary | 11110101 | 1000100 | 1111011 | 0 | 1001000 | 110010 | 100 | 101010101 | 1011010 | 111101 |
Color Harmonies of #F5447B
Complementary color
Monochromatic Colors of #F5447B
Black with #F5447B
Text Example
Text Example
White with #F5447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5447B; }
p { color: rgb(245,68,123); }
H1.HeaderClassName
{
color: #F5447B;
}
.AnyTagClassName
{
color: #F5447B;
}
</style>
background-color css
<style>
a { background-color: #F5447B; }
a { background-color: rgb(245,68,123); }
div.DivClassName
{
background-color: #F5447B;
}
.BgClassName
{
background-color: #F5447B;
}
</style>
border-color css
<style>
span { border-color: #F5447B; }
span { border-color: rgb(245,68,123); }
td.TdClassName
{
border-color: #F5447B;
}
.TagClassName
{
border-color: #F5447B;
}
</style>