Shades of Violet Red #FF4482
Tints of Violet Red #FF4482
RGB
CMYK
RGB Variations
Color information
#FF4482 (or 0xFF4482) is known color: Violet Red. HEX triplet: FF, 44 and 82. RGB value is (255,68,130). Sum of RGB (Red+Green+Blue) = 255+68+130=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4482 is #00BB7D. Grayscale: #828282. Windows color (decimal): -47998 or 8537343. OLE color: 8537343.
HSL color Cylindrical-coordinate representation of color #FF4482: hue angle of 340.11º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4482 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 130 | - |
| CMYK | 0 | 0.73 | 0.49 | 0 |
| HSL | 340.11º | 1% | 0.63% | - |
| HSV(B) | 340.11º | 0.73% | 1% | - |
| XYZ | 47.34 | 27.01 | 23.84 | - |
| YUV | 130.98 | 127.45 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 130 | 0 | 0.73 | 0.49 | 0 | 340.11 | 1 | 0.63 |
| Hex | FF | 44 | 82 | 0 | 49 | 31 | 0 | 154 | 64 | 3F |
| Octal | 377 | 104 | 202 | 0 | 111 | 61 | 0 | 524 | 144 | 77 |
| Binary | 11111111 | 1000100 | 10000010 | 0 | 1001001 | 110001 | 0 | 101010100 | 1100100 | 111111 |
Color Harmonies of #FF4482
Complementary color
Monochromatic Colors of #FF4482
Black with #FF4482
Text Example
Text Example
White with #FF4482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4482; }
p { color: rgb(255,68,130); }
H1.HeaderClassName
{
color: #FF4482;
}
.AnyTagClassName
{
color: #FF4482;
}
</style>
background-color css
<style>
a { background-color: #FF4482; }
a { background-color: rgb(255,68,130); }
div.DivClassName
{
background-color: #FF4482;
}
.BgClassName
{
background-color: #FF4482;
}
</style>
border-color css
<style>
span { border-color: #FF4482; }
span { border-color: rgb(255,68,130); }
td.TdClassName
{
border-color: #FF4482;
}
.TagClassName
{
border-color: #FF4482;
}
</style>