Shades of Violet Red #FF4585
Tints of Violet Red #FF4585
RGB
CMYK
RGB Variations
Color information
#FF4585 (or 0xFF4585) is known color: Violet Red. HEX triplet: FF, 45 and 85. RGB value is (255,69,133). Sum of RGB (Red+Green+Blue) = 255+69+133=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4585 is #00BA7A. Grayscale: #838383. Windows color (decimal): -47739 or 8734207. OLE color: 8734207.
HSL color Cylindrical-coordinate representation of color #FF4585: hue angle of 339.35º 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 #FF4585 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 133 | - |
| CMYK | 0 | 0.73 | 0.48 | 0 |
| HSL | 339.35º | 1% | 0.64% | - |
| HSV(B) | 339.35º | 0.73% | 1% | - |
| XYZ | 47.6 | 27.21 | 24.93 | - |
| YUV | 131.91 | 128.62 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 133 | 0 | 0.73 | 0.48 | 0 | 339.35 | 1 | 0.64 |
| Hex | FF | 45 | 85 | 0 | 49 | 30 | 0 | 153 | 64 | 40 |
| Octal | 377 | 105 | 205 | 0 | 111 | 60 | 0 | 523 | 144 | 100 |
| Binary | 11111111 | 1000101 | 10000101 | 0 | 1001001 | 110000 | 0 | 101010011 | 1100100 | 1000000 |
Color Harmonies of #FF4585
Complementary color
Monochromatic Colors of #FF4585
Black with #FF4585
Text Example
Text Example
White with #FF4585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4585; }
p { color: rgb(255,69,133); }
H1.HeaderClassName
{
color: #FF4585;
}
.AnyTagClassName
{
color: #FF4585;
}
</style>
background-color css
<style>
a { background-color: #FF4585; }
a { background-color: rgb(255,69,133); }
div.DivClassName
{
background-color: #FF4585;
}
.BgClassName
{
background-color: #FF4585;
}
</style>
border-color css
<style>
span { border-color: #FF4585; }
span { border-color: rgb(255,69,133); }
td.TdClassName
{
border-color: #FF4585;
}
.TagClassName
{
border-color: #FF4585;
}
</style>