Shades of Violet Red #F5367B
Tints of Violet Red #F5367B
RGB
CMYK
RGB Variations
Color information
#F5367B (or 0xF5367B) is known color: Violet Red. HEX triplet: F5, 36 and 7B. RGB value is (245,54,123). Sum of RGB (Red+Green+Blue) = 245+54+123=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5367B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5367B is #0AC984. Grayscale: #767676. Windows color (decimal): -706949 or 8074997. OLE color: 8074997.
HSL color Cylindrical-coordinate representation of color #F5367B: hue angle of 338.32º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5367B is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 123 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.04 |
| HSL | 338.32º | 0.91% | 0.59% | - |
| HSV(B) | 338.32º | 0.78% | 0.96% | - |
| XYZ | 42.55 | 23.48 | 21.03 | - |
| YUV | 118.98 | 130.28 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 123 | 0 | 0.78 | 0.50 | 0.04 | 338.32 | 0.91 | 0.59 |
| Hex | F5 | 36 | 7B | 0 | 4E | 32 | 4 | 152 | 5B | 3B |
| Octal | 365 | 66 | 173 | 0 | 116 | 62 | 4 | 522 | 133 | 73 |
| Binary | 11110101 | 110110 | 1111011 | 0 | 1001110 | 110010 | 100 | 101010010 | 1011011 | 111011 |
Color Harmonies of #F5367B
Complementary color
Monochromatic Colors of #F5367B
Black with #F5367B
Text Example
Text Example
White with #F5367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5367B; }
p { color: rgb(245,54,123); }
H1.HeaderClassName
{
color: #F5367B;
}
.AnyTagClassName
{
color: #F5367B;
}
</style>
background-color css
<style>
a { background-color: #F5367B; }
a { background-color: rgb(245,54,123); }
div.DivClassName
{
background-color: #F5367B;
}
.BgClassName
{
background-color: #F5367B;
}
</style>
border-color css
<style>
span { border-color: #F5367B; }
span { border-color: rgb(245,54,123); }
td.TdClassName
{
border-color: #F5367B;
}
.TagClassName
{
border-color: #F5367B;
}
</style>