Shades of Violet Red #FF467B
Tints of Violet Red #FF467B
RGB
CMYK
RGB Variations
Color information
#FF467B (or 0xFF467B) is known color: Violet Red. HEX triplet: FF, 46 and 7B. RGB value is (255,70,123). Sum of RGB (Red+Green+Blue) = 255+70+123=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF467B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF467B is #00B984. Grayscale: #838383. Windows color (decimal): -47493 or 8079103. OLE color: 8079103.
HSL color Cylindrical-coordinate representation of color #FF467B: hue angle of 342.81º 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 #FF467B is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 123 | - |
| CMYK | 0 | 0.73 | 0.52 | 0 |
| HSL | 342.81º | 1% | 0.64% | - |
| HSV(B) | 342.81º | 0.73% | 1% | - |
| XYZ | 47.01 | 27.07 | 21.49 | - |
| YUV | 131.36 | 123.29 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 123 | 0 | 0.73 | 0.52 | 0 | 342.81 | 1 | 0.64 |
| Hex | FF | 46 | 7B | 0 | 49 | 34 | 0 | 157 | 64 | 40 |
| Octal | 377 | 106 | 173 | 0 | 111 | 64 | 0 | 527 | 144 | 100 |
| Binary | 11111111 | 1000110 | 1111011 | 0 | 1001001 | 110100 | 0 | 101010111 | 1100100 | 1000000 |
Color Harmonies of #FF467B
Complementary color
Monochromatic Colors of #FF467B
Black with #FF467B
Text Example
Text Example
White with #FF467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF467B; }
p { color: rgb(255,70,123); }
H1.HeaderClassName
{
color: #FF467B;
}
.AnyTagClassName
{
color: #FF467B;
}
</style>
background-color css
<style>
a { background-color: #FF467B; }
a { background-color: rgb(255,70,123); }
div.DivClassName
{
background-color: #FF467B;
}
.BgClassName
{
background-color: #FF467B;
}
</style>
border-color css
<style>
span { border-color: #FF467B; }
span { border-color: rgb(255,70,123); }
td.TdClassName
{
border-color: #FF467B;
}
.TagClassName
{
border-color: #FF467B;
}
</style>