Shades of Violet Red #FF4181
Tints of Violet Red #FF4181
RGB
CMYK
RGB Variations
Color information
#FF4181 (or 0xFF4181) is known color: Violet Red. HEX triplet: FF, 41 and 81. RGB value is (255,65,129). Sum of RGB (Red+Green+Blue) = 255+65+129=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4181 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4181 is #00BE7E. Grayscale: #818181. Windows color (decimal): -48767 or 8471039. OLE color: 8471039.
HSL color Cylindrical-coordinate representation of color #FF4181: hue angle of 339.79º 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 #FF4181 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 129 | - |
| CMYK | 0 | 0.75 | 0.49 | 0 |
| HSL | 339.79º | 1% | 0.63% | - |
| HSV(B) | 339.79º | 0.75% | 1% | - |
| XYZ | 47.09 | 26.63 | 23.43 | - |
| YUV | 129.11 | 127.95 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 129 | 0 | 0.75 | 0.49 | 0 | 339.79 | 1 | 0.63 |
| Hex | FF | 41 | 81 | 0 | 4B | 31 | 0 | 154 | 64 | 3F |
| Octal | 377 | 101 | 201 | 0 | 113 | 61 | 0 | 524 | 144 | 77 |
| Binary | 11111111 | 1000001 | 10000001 | 0 | 1001011 | 110001 | 0 | 101010100 | 1100100 | 111111 |
Color Harmonies of #FF4181
Complementary color
Monochromatic Colors of #FF4181
Black with #FF4181
Text Example
Text Example
White with #FF4181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4181; }
p { color: rgb(255,65,129); }
H1.HeaderClassName
{
color: #FF4181;
}
.AnyTagClassName
{
color: #FF4181;
}
</style>
background-color css
<style>
a { background-color: #FF4181; }
a { background-color: rgb(255,65,129); }
div.DivClassName
{
background-color: #FF4181;
}
.BgClassName
{
background-color: #FF4181;
}
</style>
border-color css
<style>
span { border-color: #FF4181; }
span { border-color: rgb(255,65,129); }
td.TdClassName
{
border-color: #FF4181;
}
.TagClassName
{
border-color: #FF4181;
}
</style>