Shades of Violet Red #F54394
Tints of Violet Red #F54394
RGB
CMYK
RGB Variations
Color information
#F54394 (or 0xF54394) is known color: Violet Red. HEX triplet: F5, 43 and 94. RGB value is (245,67,148). Sum of RGB (Red+Green+Blue) = 245+67+148=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F54394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54394 is #0ABC6B. Grayscale: #818181. Windows color (decimal): -703596 or 9716725. OLE color: 9716725.
HSL color Cylindrical-coordinate representation of color #F54394: hue angle of 332.7º 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 #F54394 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 148 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.04 |
| HSL | 332.7º | 0.9% | 0.61% | - |
| HSV(B) | 332.7º | 0.73% | 0.96% | - |
| XYZ | 45.01 | 25.56 | 30.58 | - |
| YUV | 129.46 | 138.47 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 148 | 0 | 0.73 | 0.40 | 0.04 | 332.7 | 0.9 | 0.61 |
| Hex | F5 | 43 | 94 | 0 | 49 | 28 | 4 | 14D | 5A | 3D |
| Octal | 365 | 103 | 224 | 0 | 111 | 50 | 4 | 515 | 132 | 75 |
| Binary | 11110101 | 1000011 | 10010100 | 0 | 1001001 | 101000 | 100 | 101001101 | 1011010 | 111101 |
Color Harmonies of #F54394
Complementary color
Monochromatic Colors of #F54394
Black with #F54394
Text Example
Text Example
White with #F54394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54394; }
p { color: rgb(245,67,148); }
H1.HeaderClassName
{
color: #F54394;
}
.AnyTagClassName
{
color: #F54394;
}
</style>
background-color css
<style>
a { background-color: #F54394; }
a { background-color: rgb(245,67,148); }
div.DivClassName
{
background-color: #F54394;
}
.BgClassName
{
background-color: #F54394;
}
</style>
border-color css
<style>
span { border-color: #F54394; }
span { border-color: rgb(245,67,148); }
td.TdClassName
{
border-color: #F54394;
}
.TagClassName
{
border-color: #F54394;
}
</style>