Shades of Violet Red #FF4084
Tints of Violet Red #FF4084
RGB
CMYK
RGB Variations
Color information
#FF4084 (or 0xFF4084) is known color: Violet Red. HEX triplet: FF, 40 and 84. RGB value is (255,64,132). Sum of RGB (Red+Green+Blue) = 255+64+132=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4084 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4084 is #00BF7B. Grayscale: #808080. Windows color (decimal): -49020 or 8667391. OLE color: 8667391.
HSL color Cylindrical-coordinate representation of color #FF4084: hue angle of 338.64º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4084 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 132 | - |
| CMYK | 0 | 0.75 | 0.48 | 0 |
| HSL | 338.64º | 1% | 0.63% | - |
| HSV(B) | 338.64º | 0.75% | 1% | - |
| XYZ | 47.24 | 26.59 | 24.47 | - |
| YUV | 128.86 | 129.78 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 132 | 0 | 0.75 | 0.48 | 0 | 338.64 | 1 | 0.63 |
| Hex | FF | 40 | 84 | 0 | 4B | 30 | 0 | 153 | 64 | 3F |
| Octal | 377 | 100 | 204 | 0 | 113 | 60 | 0 | 523 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10000100 | 0 | 1001011 | 110000 | 0 | 101010011 | 1100100 | 111111 |
Color Harmonies of #FF4084
Complementary color
Monochromatic Colors of #FF4084
Black with #FF4084
Text Example
Text Example
White with #FF4084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4084; }
p { color: rgb(255,64,132); }
H1.HeaderClassName
{
color: #FF4084;
}
.AnyTagClassName
{
color: #FF4084;
}
</style>
background-color css
<style>
a { background-color: #FF4084; }
a { background-color: rgb(255,64,132); }
div.DivClassName
{
background-color: #FF4084;
}
.BgClassName
{
background-color: #FF4084;
}
</style>
border-color css
<style>
span { border-color: #FF4084; }
span { border-color: rgb(255,64,132); }
td.TdClassName
{
border-color: #FF4084;
}
.TagClassName
{
border-color: #FF4084;
}
</style>