Shades of Violet Red #F54693
Tints of Violet Red #F54693
RGB
CMYK
RGB Variations
Color information
#F54693 (or 0xF54693) is known color: Violet Red. HEX triplet: F5, 46 and 93. RGB value is (245,70,147). Sum of RGB (Red+Green+Blue) = 245+70+147=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F54693 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54693 is #0AB96C. Grayscale: #828282. Windows color (decimal): -702829 or 9651957. OLE color: 9651957.
HSL color Cylindrical-coordinate representation of color #F54693: hue angle of 333.6º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F54693 is Cyan = 0, Magento = 0.71, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 147 | - |
| CMYK | 0 | 0.71 | 0.4 | 0.04 |
| HSL | 333.6º | 0.9% | 0.62% | - |
| HSV(B) | 333.6º | 0.71% | 0.96% | - |
| XYZ | 45.11 | 25.9 | 30.23 | - |
| YUV | 131.1 | 136.98 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 147 | 0 | 0.71 | 0.4 | 0.04 | 333.6 | 0.9 | 0.62 |
| Hex | F5 | 46 | 93 | 0 | 47 | 28 | 4 | 14E | 5A | 3E |
| Octal | 365 | 106 | 223 | 0 | 107 | 50 | 4 | 516 | 132 | 76 |
| Binary | 11110101 | 1000110 | 10010011 | 0 | 1000111 | 101000 | 100 | 101001110 | 1011010 | 111110 |
Color Harmonies of #F54693
Complementary color
Monochromatic Colors of #F54693
Black with #F54693
Text Example
Text Example
White with #F54693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54693; }
p { color: rgb(245,70,147); }
H1.HeaderClassName
{
color: #F54693;
}
.AnyTagClassName
{
color: #F54693;
}
</style>
background-color css
<style>
a { background-color: #F54693; }
a { background-color: rgb(245,70,147); }
div.DivClassName
{
background-color: #F54693;
}
.BgClassName
{
background-color: #F54693;
}
</style>
border-color css
<style>
span { border-color: #F54693; }
span { border-color: rgb(245,70,147); }
td.TdClassName
{
border-color: #F54693;
}
.TagClassName
{
border-color: #F54693;
}
</style>