Shades of Violet Red #FF468C
Tints of Violet Red #FF468C
RGB
CMYK
RGB Variations
Color information
#FF468C (or 0xFF468C) is known color: Violet Red. HEX triplet: FF, 46 and 8C. RGB value is (255,70,140). Sum of RGB (Red+Green+Blue) = 255+70+140=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF468C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF468C is #00B973. Grayscale: #858585. Windows color (decimal): -47476 or 9193215. OLE color: 9193215.
HSL color Cylindrical-coordinate representation of color #FF468C: hue angle of 337.3º 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 #FF468C is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 140 | - |
| CMYK | 0 | 0.73 | 0.45 | 0 |
| HSL | 337.3º | 1% | 0.64% | - |
| HSV(B) | 337.3º | 0.73% | 1% | - |
| XYZ | 48.16 | 27.53 | 27.59 | - |
| YUV | 133.3 | 131.79 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 140 | 0 | 0.73 | 0.45 | 0 | 337.3 | 1 | 0.64 |
| Hex | FF | 46 | 8C | 0 | 49 | 2D | 0 | 151 | 64 | 40 |
| Octal | 377 | 106 | 214 | 0 | 111 | 55 | 0 | 521 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10001100 | 0 | 1001001 | 101101 | 0 | 101010001 | 1100100 | 1000000 |
Color Harmonies of #FF468C
Complementary color
Monochromatic Colors of #FF468C
Black with #FF468C
Text Example
Text Example
White with #FF468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF468C; }
p { color: rgb(255,70,140); }
H1.HeaderClassName
{
color: #FF468C;
}
.AnyTagClassName
{
color: #FF468C;
}
</style>
background-color css
<style>
a { background-color: #FF468C; }
a { background-color: rgb(255,70,140); }
div.DivClassName
{
background-color: #FF468C;
}
.BgClassName
{
background-color: #FF468C;
}
</style>
border-color css
<style>
span { border-color: #FF468C; }
span { border-color: rgb(255,70,140); }
td.TdClassName
{
border-color: #FF468C;
}
.TagClassName
{
border-color: #FF468C;
}
</style>