Shades of Violet Red #F5468D
Tints of Violet Red #F5468D
RGB
CMYK
RGB Variations
Color information
#F5468D (or 0xF5468D) is known color: Violet Red. HEX triplet: F5, 46 and 8D. RGB value is (245,70,141). Sum of RGB (Red+Green+Blue) = 245+70+141=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5468D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5468D is #0AB972. Grayscale: #828282. Windows color (decimal): -702835 or 9258741. OLE color: 9258741.
HSL color Cylindrical-coordinate representation of color #F5468D: hue angle of 335.66º 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 #F5468D is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 141 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.04 |
| HSL | 335.66º | 0.9% | 0.62% | - |
| HSV(B) | 335.66º | 0.71% | 0.96% | - |
| XYZ | 44.65 | 25.72 | 27.81 | - |
| YUV | 130.42 | 133.98 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 141 | 0 | 0.71 | 0.42 | 0.04 | 335.66 | 0.9 | 0.62 |
| Hex | F5 | 46 | 8D | 0 | 47 | 2A | 4 | 150 | 5A | 3E |
| Octal | 365 | 106 | 215 | 0 | 107 | 52 | 4 | 520 | 132 | 76 |
| Binary | 11110101 | 1000110 | 10001101 | 0 | 1000111 | 101010 | 100 | 101010000 | 1011010 | 111110 |
Color Harmonies of #F5468D
Complementary color
Monochromatic Colors of #F5468D
Black with #F5468D
Text Example
Text Example
White with #F5468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5468D; }
p { color: rgb(245,70,141); }
H1.HeaderClassName
{
color: #F5468D;
}
.AnyTagClassName
{
color: #F5468D;
}
</style>
background-color css
<style>
a { background-color: #F5468D; }
a { background-color: rgb(245,70,141); }
div.DivClassName
{
background-color: #F5468D;
}
.BgClassName
{
background-color: #F5468D;
}
</style>
border-color css
<style>
span { border-color: #F5468D; }
span { border-color: rgb(245,70,141); }
td.TdClassName
{
border-color: #F5468D;
}
.TagClassName
{
border-color: #F5468D;
}
</style>