Shades of Violet Red #FF467C
Tints of Violet Red #FF467C
RGB
CMYK
RGB Variations
Color information
#FF467C (or 0xFF467C) is known color: Violet Red. HEX triplet: FF, 46 and 7C. RGB value is (255,70,124). Sum of RGB (Red+Green+Blue) = 255+70+124=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF467C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF467C is #00B983. Grayscale: #838383. Windows color (decimal): -47492 or 8144639. OLE color: 8144639.
HSL color Cylindrical-coordinate representation of color #FF467C: hue angle of 342.49º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF467C is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 124 | - |
| CMYK | 0 | 0.73 | 0.51 | 0 |
| HSL | 342.49º | 1% | 0.64% | - |
| HSV(B) | 342.49º | 0.73% | 1% | - |
| XYZ | 47.07 | 27.1 | 21.82 | - |
| YUV | 131.47 | 123.79 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 124 | 0 | 0.73 | 0.51 | 0 | 342.49 | 1 | 0.64 |
| Hex | FF | 46 | 7C | 0 | 49 | 33 | 0 | 156 | 64 | 40 |
| Octal | 377 | 106 | 174 | 0 | 111 | 63 | 0 | 526 | 144 | 100 |
| Binary | 11111111 | 1000110 | 1111100 | 0 | 1001001 | 110011 | 0 | 101010110 | 1100100 | 1000000 |
Color Harmonies of #FF467C
Complementary color
Monochromatic Colors of #FF467C
Black with #FF467C
Text Example
Text Example
White with #FF467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF467C; }
p { color: rgb(255,70,124); }
H1.HeaderClassName
{
color: #FF467C;
}
.AnyTagClassName
{
color: #FF467C;
}
</style>
background-color css
<style>
a { background-color: #FF467C; }
a { background-color: rgb(255,70,124); }
div.DivClassName
{
background-color: #FF467C;
}
.BgClassName
{
background-color: #FF467C;
}
</style>
border-color css
<style>
span { border-color: #FF467C; }
span { border-color: rgb(255,70,124); }
td.TdClassName
{
border-color: #FF467C;
}
.TagClassName
{
border-color: #FF467C;
}
</style>