Shades of Violet Red #FF4581
Tints of Violet Red #FF4581
RGB
CMYK
RGB Variations
Color information
#FF4581 (or 0xFF4581) is known color: Violet Red. HEX triplet: FF, 45 and 81. RGB value is (255,69,129). Sum of RGB (Red+Green+Blue) = 255+69+129=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4581 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4581 is #00BA7E. Grayscale: #838383. Windows color (decimal): -47743 or 8472063. OLE color: 8472063.
HSL color Cylindrical-coordinate representation of color #FF4581: hue angle of 340.65º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4581 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 129 | - |
| CMYK | 0 | 0.73 | 0.49 | 0 |
| HSL | 340.65º | 1% | 0.64% | - |
| HSV(B) | 340.65º | 0.73% | 1% | - |
| XYZ | 47.33 | 27.1 | 23.51 | - |
| YUV | 131.45 | 126.62 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 129 | 0 | 0.73 | 0.49 | 0 | 340.65 | 1 | 0.64 |
| Hex | FF | 45 | 81 | 0 | 49 | 31 | 0 | 155 | 64 | 40 |
| Octal | 377 | 105 | 201 | 0 | 111 | 61 | 0 | 525 | 144 | 100 |
| Binary | 11111111 | 1000101 | 10000001 | 0 | 1001001 | 110001 | 0 | 101010101 | 1100100 | 1000000 |
Color Harmonies of #FF4581
Complementary color
Monochromatic Colors of #FF4581
Black with #FF4581
Text Example
Text Example
White with #FF4581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4581; }
p { color: rgb(255,69,129); }
H1.HeaderClassName
{
color: #FF4581;
}
.AnyTagClassName
{
color: #FF4581;
}
</style>
background-color css
<style>
a { background-color: #FF4581; }
a { background-color: rgb(255,69,129); }
div.DivClassName
{
background-color: #FF4581;
}
.BgClassName
{
background-color: #FF4581;
}
</style>
border-color css
<style>
span { border-color: #FF4581; }
span { border-color: rgb(255,69,129); }
td.TdClassName
{
border-color: #FF4581;
}
.TagClassName
{
border-color: #FF4581;
}
</style>