Shades of Violet Red #F5467D
Tints of Violet Red #F5467D
RGB
CMYK
RGB Variations
Color information
#F5467D (or 0xF5467D) is known color: Violet Red. HEX triplet: F5, 46 and 7D. RGB value is (245,70,125). Sum of RGB (Red+Green+Blue) = 245+70+125=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5467D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5467D is #0AB982. Grayscale: #808080. Windows color (decimal): -702851 or 8210165. OLE color: 8210165.
HSL color Cylindrical-coordinate representation of color #F5467D: hue angle of 341.14º 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 #F5467D is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 125 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.04 |
| HSL | 341.14º | 0.9% | 0.62% | - |
| HSV(B) | 341.14º | 0.71% | 0.96% | - |
| XYZ | 43.55 | 25.27 | 21.99 | - |
| YUV | 128.6 | 125.98 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 125 | 0 | 0.71 | 0.49 | 0.04 | 341.14 | 0.9 | 0.62 |
| Hex | F5 | 46 | 7D | 0 | 47 | 31 | 4 | 155 | 5A | 3E |
| Octal | 365 | 106 | 175 | 0 | 107 | 61 | 4 | 525 | 132 | 76 |
| Binary | 11110101 | 1000110 | 1111101 | 0 | 1000111 | 110001 | 100 | 101010101 | 1011010 | 111110 |
Color Harmonies of #F5467D
Complementary color
Monochromatic Colors of #F5467D
Black with #F5467D
Text Example
Text Example
White with #F5467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5467D; }
p { color: rgb(245,70,125); }
H1.HeaderClassName
{
color: #F5467D;
}
.AnyTagClassName
{
color: #F5467D;
}
</style>
background-color css
<style>
a { background-color: #F5467D; }
a { background-color: rgb(245,70,125); }
div.DivClassName
{
background-color: #F5467D;
}
.BgClassName
{
background-color: #F5467D;
}
</style>
border-color css
<style>
span { border-color: #F5467D; }
span { border-color: rgb(245,70,125); }
td.TdClassName
{
border-color: #F5467D;
}
.TagClassName
{
border-color: #F5467D;
}
</style>