Shades of Violet Red #FF4881
Tints of Violet Red #FF4881
RGB
CMYK
RGB Variations
Color information
#FF4881 (or 0xFF4881) is known color: Violet Red. HEX triplet: FF, 48 and 81. RGB value is (255,72,129). Sum of RGB (Red+Green+Blue) = 255+72+129=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4881 is #00B77E. Grayscale: #858585. Windows color (decimal): -46975 or 8472831. OLE color: 8472831.
HSL color Cylindrical-coordinate representation of color #FF4881: hue angle of 341.31º 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 #FF4881 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 129 | - |
| CMYK | 0 | 0.72 | 0.49 | 0 |
| HSL | 341.31º | 1% | 0.64% | - |
| HSV(B) | 341.31º | 0.72% | 1% | - |
| XYZ | 47.52 | 27.48 | 23.57 | - |
| YUV | 133.22 | 125.63 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 129 | 0 | 0.72 | 0.49 | 0 | 341.31 | 1 | 0.64 |
| Hex | FF | 48 | 81 | 0 | 48 | 31 | 0 | 155 | 64 | 40 |
| Octal | 377 | 110 | 201 | 0 | 110 | 61 | 0 | 525 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10000001 | 0 | 1001000 | 110001 | 0 | 101010101 | 1100100 | 1000000 |
Color Harmonies of #FF4881
Complementary color
Monochromatic Colors of #FF4881
Black with #FF4881
Text Example
Text Example
White with #FF4881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4881; }
p { color: rgb(255,72,129); }
H1.HeaderClassName
{
color: #FF4881;
}
.AnyTagClassName
{
color: #FF4881;
}
</style>
background-color css
<style>
a { background-color: #FF4881; }
a { background-color: rgb(255,72,129); }
div.DivClassName
{
background-color: #FF4881;
}
.BgClassName
{
background-color: #FF4881;
}
</style>
border-color css
<style>
span { border-color: #FF4881; }
span { border-color: rgb(255,72,129); }
td.TdClassName
{
border-color: #FF4881;
}
.TagClassName
{
border-color: #FF4881;
}
</style>