Shades of Violet Red #FF4884
Tints of Violet Red #FF4884
RGB
CMYK
RGB Variations
Color information
#FF4884 (or 0xFF4884) is known color: Violet Red. HEX triplet: FF, 48 and 84. RGB value is (255,72,132). Sum of RGB (Red+Green+Blue) = 255+72+132=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4884 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4884 is #00B77B. Grayscale: #858585. Windows color (decimal): -46972 or 8669439. OLE color: 8669439.
HSL color Cylindrical-coordinate representation of color #FF4884: hue angle of 340.33º 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 #FF4884 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 132 | - |
| CMYK | 0 | 0.72 | 0.48 | 0 |
| HSL | 340.33º | 1% | 0.64% | - |
| HSV(B) | 340.33º | 0.72% | 1% | - |
| XYZ | 47.72 | 27.56 | 24.63 | - |
| YUV | 133.56 | 127.13 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 132 | 0 | 0.72 | 0.48 | 0 | 340.33 | 1 | 0.64 |
| Hex | FF | 48 | 84 | 0 | 48 | 30 | 0 | 154 | 64 | 40 |
| Octal | 377 | 110 | 204 | 0 | 110 | 60 | 0 | 524 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10000100 | 0 | 1001000 | 110000 | 0 | 101010100 | 1100100 | 1000000 |
Color Harmonies of #FF4884
Complementary color
Monochromatic Colors of #FF4884
Black with #FF4884
Text Example
Text Example
White with #FF4884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4884; }
p { color: rgb(255,72,132); }
H1.HeaderClassName
{
color: #FF4884;
}
.AnyTagClassName
{
color: #FF4884;
}
</style>
background-color css
<style>
a { background-color: #FF4884; }
a { background-color: rgb(255,72,132); }
div.DivClassName
{
background-color: #FF4884;
}
.BgClassName
{
background-color: #FF4884;
}
</style>
border-color css
<style>
span { border-color: #FF4884; }
span { border-color: rgb(255,72,132); }
td.TdClassName
{
border-color: #FF4884;
}
.TagClassName
{
border-color: #FF4884;
}
</style>