Shades of Violet Red #FF4081
Tints of Violet Red #FF4081
RGB
CMYK
RGB Variations
Color information
#FF4081 (or 0xFF4081) is known color: Violet Red. HEX triplet: FF, 40 and 81. RGB value is (255,64,129). Sum of RGB (Red+Green+Blue) = 255+64+129=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4081 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4081 is #00BF7E. Grayscale: #808080. Windows color (decimal): -49023 or 8470783. OLE color: 8470783.
HSL color Cylindrical-coordinate representation of color #FF4081: hue angle of 339.58º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4081 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 129 | - |
| CMYK | 0 | 0.75 | 0.49 | 0 |
| HSL | 339.58º | 1% | 0.63% | - |
| HSV(B) | 339.58º | 0.75% | 1% | - |
| XYZ | 47.04 | 26.51 | 23.41 | - |
| YUV | 128.52 | 128.28 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 129 | 0 | 0.75 | 0.49 | 0 | 339.58 | 1 | 0.63 |
| Hex | FF | 40 | 81 | 0 | 4B | 31 | 0 | 154 | 64 | 3F |
| Octal | 377 | 100 | 201 | 0 | 113 | 61 | 0 | 524 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10000001 | 0 | 1001011 | 110001 | 0 | 101010100 | 1100100 | 111111 |
Color Harmonies of #FF4081
Complementary color
Monochromatic Colors of #FF4081
Black with #FF4081
Text Example
Text Example
White with #FF4081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4081; }
p { color: rgb(255,64,129); }
H1.HeaderClassName
{
color: #FF4081;
}
.AnyTagClassName
{
color: #FF4081;
}
</style>
background-color css
<style>
a { background-color: #FF4081; }
a { background-color: rgb(255,64,129); }
div.DivClassName
{
background-color: #FF4081;
}
.BgClassName
{
background-color: #FF4081;
}
</style>
border-color css
<style>
span { border-color: #FF4081; }
span { border-color: rgb(255,64,129); }
td.TdClassName
{
border-color: #FF4081;
}
.TagClassName
{
border-color: #FF4081;
}
</style>