Shades of Violet Red #FF4584
Tints of Violet Red #FF4584
RGB
CMYK
RGB Variations
Color information
#FF4584 (or 0xFF4584) is known color: Violet Red. HEX triplet: FF, 45 and 84. RGB value is (255,69,132). Sum of RGB (Red+Green+Blue) = 255+69+132=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4584 is #00BA7B. Grayscale: #838383. Windows color (decimal): -47740 or 8668671. OLE color: 8668671.
HSL color Cylindrical-coordinate representation of color #FF4584: hue angle of 339.68º 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 #FF4584 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 132 | - |
| CMYK | 0 | 0.73 | 0.48 | 0 |
| HSL | 339.68º | 1% | 0.64% | - |
| HSV(B) | 339.68º | 0.73% | 1% | - |
| XYZ | 47.53 | 27.18 | 24.57 | - |
| YUV | 131.8 | 128.12 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 132 | 0 | 0.73 | 0.48 | 0 | 339.68 | 1 | 0.64 |
| Hex | FF | 45 | 84 | 0 | 49 | 30 | 0 | 154 | 64 | 40 |
| Octal | 377 | 105 | 204 | 0 | 111 | 60 | 0 | 524 | 144 | 100 |
| Binary | 11111111 | 1000101 | 10000100 | 0 | 1001001 | 110000 | 0 | 101010100 | 1100100 | 1000000 |
Color Harmonies of #FF4584
Complementary color
Monochromatic Colors of #FF4584
Black with #FF4584
Text Example
Text Example
White with #FF4584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4584; }
p { color: rgb(255,69,132); }
H1.HeaderClassName
{
color: #FF4584;
}
.AnyTagClassName
{
color: #FF4584;
}
</style>
background-color css
<style>
a { background-color: #FF4584; }
a { background-color: rgb(255,69,132); }
div.DivClassName
{
background-color: #FF4584;
}
.BgClassName
{
background-color: #FF4584;
}
</style>
border-color css
<style>
span { border-color: #FF4584; }
span { border-color: rgb(255,69,132); }
td.TdClassName
{
border-color: #FF4584;
}
.TagClassName
{
border-color: #FF4584;
}
</style>