Shades of Violet Red #F5467F
Tints of Violet Red #F5467F
RGB
CMYK
RGB Variations
Color information
#F5467F (or 0xF5467F) is known color: Violet Red. HEX triplet: F5, 46 and 7F. RGB value is (245,70,127). Sum of RGB (Red+Green+Blue) = 245+70+127=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F5467F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5467F is #0AB980. Grayscale: #808080. Windows color (decimal): -702849 or 8341237. OLE color: 8341237.
HSL color Cylindrical-coordinate representation of color #F5467F: hue angle of 340.46º 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 #F5467F is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 127 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.04 |
| HSL | 340.46º | 0.9% | 0.62% | - |
| HSV(B) | 340.46º | 0.71% | 0.96% | - |
| XYZ | 43.68 | 25.33 | 22.66 | - |
| YUV | 128.82 | 126.98 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 127 | 0 | 0.71 | 0.48 | 0.04 | 340.46 | 0.9 | 0.62 |
| Hex | F5 | 46 | 7F | 0 | 47 | 30 | 4 | 154 | 5A | 3E |
| Octal | 365 | 106 | 177 | 0 | 107 | 60 | 4 | 524 | 132 | 76 |
| Binary | 11110101 | 1000110 | 1111111 | 0 | 1000111 | 110000 | 100 | 101010100 | 1011010 | 111110 |
Color Harmonies of #F5467F
Complementary color
Monochromatic Colors of #F5467F
Black with #F5467F
Text Example
Text Example
White with #F5467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5467F; }
p { color: rgb(245,70,127); }
H1.HeaderClassName
{
color: #F5467F;
}
.AnyTagClassName
{
color: #F5467F;
}
</style>
background-color css
<style>
a { background-color: #F5467F; }
a { background-color: rgb(245,70,127); }
div.DivClassName
{
background-color: #F5467F;
}
.BgClassName
{
background-color: #F5467F;
}
</style>
border-color css
<style>
span { border-color: #F5467F; }
span { border-color: rgb(245,70,127); }
td.TdClassName
{
border-color: #F5467F;
}
.TagClassName
{
border-color: #F5467F;
}
</style>