Shades of Violet Red #FF4882
Tints of Violet Red #FF4882
RGB
CMYK
RGB Variations
Color information
#FF4882 (or 0xFF4882) is known color: Violet Red. HEX triplet: FF, 48 and 82. RGB value is (255,72,130). Sum of RGB (Red+Green+Blue) = 255+72+130=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4882 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4882 is #00B77D. Grayscale: #858585. Windows color (decimal): -46974 or 8538367. OLE color: 8538367.
HSL color Cylindrical-coordinate representation of color #FF4882: hue angle of 340.98º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF4882 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 130 | - |
| CMYK | 0 | 0.72 | 0.49 | 0 |
| HSL | 340.98º | 1% | 0.64% | - |
| HSV(B) | 340.98º | 0.72% | 1% | - |
| XYZ | 47.59 | 27.51 | 23.92 | - |
| YUV | 133.33 | 126.13 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 130 | 0 | 0.72 | 0.49 | 0 | 340.98 | 1 | 0.64 |
| Hex | FF | 48 | 82 | 0 | 48 | 31 | 0 | 155 | 64 | 40 |
| Octal | 377 | 110 | 202 | 0 | 110 | 61 | 0 | 525 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10000010 | 0 | 1001000 | 110001 | 0 | 101010101 | 1100100 | 1000000 |
Color Harmonies of #FF4882
Complementary color
Monochromatic Colors of #FF4882
Black with #FF4882
Text Example
Text Example
White with #FF4882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4882; }
p { color: rgb(255,72,130); }
H1.HeaderClassName
{
color: #FF4882;
}
.AnyTagClassName
{
color: #FF4882;
}
</style>
background-color css
<style>
a { background-color: #FF4882; }
a { background-color: rgb(255,72,130); }
div.DivClassName
{
background-color: #FF4882;
}
.BgClassName
{
background-color: #FF4882;
}
</style>
border-color css
<style>
span { border-color: #FF4882; }
span { border-color: rgb(255,72,130); }
td.TdClassName
{
border-color: #FF4882;
}
.TagClassName
{
border-color: #FF4882;
}
</style>