Shades of Violet Red #FF4685
Tints of Violet Red #FF4685
RGB
CMYK
RGB Variations
Color information
#FF4685 (or 0xFF4685) is known color: Violet Red. HEX triplet: FF, 46 and 85. RGB value is (255,70,133). Sum of RGB (Red+Green+Blue) = 255+70+133=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4685 is #00B97A. Grayscale: #848484. Windows color (decimal): -47483 or 8734463. OLE color: 8734463.
HSL color Cylindrical-coordinate representation of color #FF4685: hue angle of 339.57º 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 #FF4685 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 133 | - |
| CMYK | 0 | 0.73 | 0.48 | 0 |
| HSL | 339.57º | 1% | 0.64% | - |
| HSV(B) | 339.57º | 0.73% | 1% | - |
| XYZ | 47.66 | 27.33 | 24.95 | - |
| YUV | 132.5 | 128.29 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 133 | 0 | 0.73 | 0.48 | 0 | 339.57 | 1 | 0.64 |
| Hex | FF | 46 | 85 | 0 | 49 | 30 | 0 | 154 | 64 | 40 |
| Octal | 377 | 106 | 205 | 0 | 111 | 60 | 0 | 524 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10000101 | 0 | 1001001 | 110000 | 0 | 101010100 | 1100100 | 1000000 |
Color Harmonies of #FF4685
Complementary color
Monochromatic Colors of #FF4685
Black with #FF4685
Text Example
Text Example
White with #FF4685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4685; }
p { color: rgb(255,70,133); }
H1.HeaderClassName
{
color: #FF4685;
}
.AnyTagClassName
{
color: #FF4685;
}
</style>
background-color css
<style>
a { background-color: #FF4685; }
a { background-color: rgb(255,70,133); }
div.DivClassName
{
background-color: #FF4685;
}
.BgClassName
{
background-color: #FF4685;
}
</style>
border-color css
<style>
span { border-color: #FF4685; }
span { border-color: rgb(255,70,133); }
td.TdClassName
{
border-color: #FF4685;
}
.TagClassName
{
border-color: #FF4685;
}
</style>