Shades of Violet Red #F54383
Tints of Violet Red #F54383
RGB
CMYK
RGB Variations
Color information
#F54383 (or 0xF54383) is known color: Violet Red. HEX triplet: F5, 43 and 83. RGB value is (245,67,131). Sum of RGB (Red+Green+Blue) = 245+67+131=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F54383 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54383 is #0ABC7C. Grayscale: #7F7F7F. Windows color (decimal): -703613 or 8602613. OLE color: 8602613.
HSL color Cylindrical-coordinate representation of color #F54383: hue angle of 338.43º 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 #F54383 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 131 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.04 |
| HSL | 338.43º | 0.9% | 0.61% | - |
| HSV(B) | 338.43º | 0.73% | 0.96% | - |
| XYZ | 43.76 | 25.07 | 24 | - |
| YUV | 127.52 | 129.97 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 131 | 0 | 0.73 | 0.47 | 0.04 | 338.43 | 0.9 | 0.61 |
| Hex | F5 | 43 | 83 | 0 | 49 | 2F | 4 | 152 | 5A | 3D |
| Octal | 365 | 103 | 203 | 0 | 111 | 57 | 4 | 522 | 132 | 75 |
| Binary | 11110101 | 1000011 | 10000011 | 0 | 1001001 | 101111 | 100 | 101010010 | 1011010 | 111101 |
Color Harmonies of #F54383
Complementary color
Monochromatic Colors of #F54383
Black with #F54383
Text Example
Text Example
White with #F54383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54383; }
p { color: rgb(245,67,131); }
H1.HeaderClassName
{
color: #F54383;
}
.AnyTagClassName
{
color: #F54383;
}
</style>
background-color css
<style>
a { background-color: #F54383; }
a { background-color: rgb(245,67,131); }
div.DivClassName
{
background-color: #F54383;
}
.BgClassName
{
background-color: #F54383;
}
</style>
border-color css
<style>
span { border-color: #F54383; }
span { border-color: rgb(245,67,131); }
td.TdClassName
{
border-color: #F54383;
}
.TagClassName
{
border-color: #F54383;
}
</style>