Shades of Violet Red #F54485
Tints of Violet Red #F54485
RGB
CMYK
RGB Variations
Color information
#F54485 (or 0xF54485) is known color: Violet Red. HEX triplet: F5, 44 and 85. RGB value is (245,68,133). Sum of RGB (Red+Green+Blue) = 245+68+133=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F54485 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54485 is #0ABB7A. Grayscale: #808080. Windows color (decimal): -703355 or 8733941. OLE color: 8733941.
HSL color Cylindrical-coordinate representation of color #F54485: hue angle of 337.97º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F54485 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 133 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.04 |
| HSL | 337.97º | 0.9% | 0.61% | - |
| HSV(B) | 337.97º | 0.72% | 0.96% | - |
| XYZ | 43.96 | 25.24 | 24.75 | - |
| YUV | 128.33 | 130.64 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 133 | 0 | 0.72 | 0.46 | 0.04 | 337.97 | 0.9 | 0.61 |
| Hex | F5 | 44 | 85 | 0 | 48 | 2E | 4 | 152 | 5A | 3D |
| Octal | 365 | 104 | 205 | 0 | 110 | 56 | 4 | 522 | 132 | 75 |
| Binary | 11110101 | 1000100 | 10000101 | 0 | 1001000 | 101110 | 100 | 101010010 | 1011010 | 111101 |
Color Harmonies of #F54485
Complementary color
Monochromatic Colors of #F54485
Black with #F54485
Text Example
Text Example
White with #F54485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54485; }
p { color: rgb(245,68,133); }
H1.HeaderClassName
{
color: #F54485;
}
.AnyTagClassName
{
color: #F54485;
}
</style>
background-color css
<style>
a { background-color: #F54485; }
a { background-color: rgb(245,68,133); }
div.DivClassName
{
background-color: #F54485;
}
.BgClassName
{
background-color: #F54485;
}
</style>
border-color css
<style>
span { border-color: #F54485; }
span { border-color: rgb(245,68,133); }
td.TdClassName
{
border-color: #F54485;
}
.TagClassName
{
border-color: #F54485;
}
</style>