Shades of Violet Red #FF4684
Tints of Violet Red #FF4684
RGB
CMYK
RGB Variations
Color information
#FF4684 (or 0xFF4684) is known color: Violet Red. HEX triplet: FF, 46 and 84. RGB value is (255,70,132). Sum of RGB (Red+Green+Blue) = 255+70+132=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4684 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4684 is #00B97B. Grayscale: #848484. Windows color (decimal): -47484 or 8668927. OLE color: 8668927.
HSL color Cylindrical-coordinate representation of color #FF4684: hue angle of 339.89º 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 #FF4684 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 132 | - |
| CMYK | 0 | 0.73 | 0.48 | 0 |
| HSL | 339.89º | 1% | 0.64% | - |
| HSV(B) | 339.89º | 0.73% | 1% | - |
| XYZ | 47.6 | 27.31 | 24.59 | - |
| YUV | 132.38 | 127.79 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 132 | 0 | 0.73 | 0.48 | 0 | 339.89 | 1 | 0.64 |
| Hex | FF | 46 | 84 | 0 | 49 | 30 | 0 | 154 | 64 | 40 |
| Octal | 377 | 106 | 204 | 0 | 111 | 60 | 0 | 524 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10000100 | 0 | 1001001 | 110000 | 0 | 101010100 | 1100100 | 1000000 |
Color Harmonies of #FF4684
Complementary color
Monochromatic Colors of #FF4684
Black with #FF4684
Text Example
Text Example
White with #FF4684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4684; }
p { color: rgb(255,70,132); }
H1.HeaderClassName
{
color: #FF4684;
}
.AnyTagClassName
{
color: #FF4684;
}
</style>
background-color css
<style>
a { background-color: #FF4684; }
a { background-color: rgb(255,70,132); }
div.DivClassName
{
background-color: #FF4684;
}
.BgClassName
{
background-color: #FF4684;
}
</style>
border-color css
<style>
span { border-color: #FF4684; }
span { border-color: rgb(255,70,132); }
td.TdClassName
{
border-color: #FF4684;
}
.TagClassName
{
border-color: #FF4684;
}
</style>