Shades of Violet Red #F5347B
Tints of Violet Red #F5347B
RGB
CMYK
RGB Variations
Color information
#F5347B (or 0xF5347B) is known color: Violet Red. HEX triplet: F5, 34 and 7B. RGB value is (245,52,123). Sum of RGB (Red+Green+Blue) = 245+52+123=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F5347B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5347B is #0ACB84. Grayscale: #757575. Windows color (decimal): -707461 or 8074485. OLE color: 8074485.
HSL color Cylindrical-coordinate representation of color #F5347B: hue angle of 337.93º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5347B is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 123 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.04 |
| HSL | 337.93º | 0.91% | 0.58% | - |
| HSV(B) | 337.93º | 0.79% | 0.96% | - |
| XYZ | 42.46 | 23.3 | 21 | - |
| YUV | 117.8 | 130.94 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 123 | 0 | 0.79 | 0.50 | 0.04 | 337.93 | 0.91 | 0.58 |
| Hex | F5 | 34 | 7B | 0 | 4F | 32 | 4 | 152 | 5B | 3A |
| Octal | 365 | 64 | 173 | 0 | 117 | 62 | 4 | 522 | 133 | 72 |
| Binary | 11110101 | 110100 | 1111011 | 0 | 1001111 | 110010 | 100 | 101010010 | 1011011 | 111010 |
Color Harmonies of #F5347B
Complementary color
Monochromatic Colors of #F5347B
Black with #F5347B
Text Example
Text Example
White with #F5347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5347B; }
p { color: rgb(245,52,123); }
H1.HeaderClassName
{
color: #F5347B;
}
.AnyTagClassName
{
color: #F5347B;
}
</style>
background-color css
<style>
a { background-color: #F5347B; }
a { background-color: rgb(245,52,123); }
div.DivClassName
{
background-color: #F5347B;
}
.BgClassName
{
background-color: #F5347B;
}
</style>
border-color css
<style>
span { border-color: #F5347B; }
span { border-color: rgb(245,52,123); }
td.TdClassName
{
border-color: #F5347B;
}
.TagClassName
{
border-color: #F5347B;
}
</style>