Shades of Violet Red #FF4682
Tints of Violet Red #FF4682
RGB
CMYK
RGB Variations
Color information
#FF4682 (or 0xFF4682) is known color: Violet Red. HEX triplet: FF, 46 and 82. RGB value is (255,70,130). Sum of RGB (Red+Green+Blue) = 255+70+130=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4682 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4682 is #00B97D. Grayscale: #848484. Windows color (decimal): -47486 or 8537855. OLE color: 8537855.
HSL color Cylindrical-coordinate representation of color #FF4682: hue angle of 340.54º 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 #FF4682 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 130 | - |
| CMYK | 0 | 0.73 | 0.49 | 0 |
| HSL | 340.54º | 1% | 0.64% | - |
| HSV(B) | 340.54º | 0.73% | 1% | - |
| XYZ | 47.46 | 27.25 | 23.88 | - |
| YUV | 132.16 | 126.79 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 130 | 0 | 0.73 | 0.49 | 0 | 340.54 | 1 | 0.64 |
| Hex | FF | 46 | 82 | 0 | 49 | 31 | 0 | 155 | 64 | 40 |
| Octal | 377 | 106 | 202 | 0 | 111 | 61 | 0 | 525 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10000010 | 0 | 1001001 | 110001 | 0 | 101010101 | 1100100 | 1000000 |
Color Harmonies of #FF4682
Complementary color
Monochromatic Colors of #FF4682
Black with #FF4682
Text Example
Text Example
White with #FF4682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4682; }
p { color: rgb(255,70,130); }
H1.HeaderClassName
{
color: #FF4682;
}
.AnyTagClassName
{
color: #FF4682;
}
</style>
background-color css
<style>
a { background-color: #FF4682; }
a { background-color: rgb(255,70,130); }
div.DivClassName
{
background-color: #FF4682;
}
.BgClassName
{
background-color: #FF4682;
}
</style>
border-color css
<style>
span { border-color: #FF4682; }
span { border-color: rgb(255,70,130); }
td.TdClassName
{
border-color: #FF4682;
}
.TagClassName
{
border-color: #FF4682;
}
</style>