Shades of Violet Red #FF3B81
Tints of Violet Red #FF3B81
RGB
CMYK
RGB Variations
Color information
#FF3B81 (or 0xFF3B81) is known color: Violet Red. HEX triplet: FF, 3B and 81. RGB value is (255,59,129). Sum of RGB (Red+Green+Blue) = 255+59+129=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3B81 is #00C47E. Grayscale: #7D7D7D. Windows color (decimal): -50303 or 8469503. OLE color: 8469503.
HSL color Cylindrical-coordinate representation of color #FF3B81: hue angle of 338.57º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3B81 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 129 | - |
| CMYK | 0 | 0.77 | 0.49 | 0 |
| HSL | 338.57º | 1% | 0.62% | - |
| HSV(B) | 338.57º | 0.77% | 1% | - |
| XYZ | 46.77 | 25.97 | 23.32 | - |
| YUV | 125.58 | 129.93 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 129 | 0 | 0.77 | 0.49 | 0 | 338.57 | 1 | 0.62 |
| Hex | FF | 3B | 81 | 0 | 4D | 31 | 0 | 153 | 64 | 3E |
| Octal | 377 | 73 | 201 | 0 | 115 | 61 | 0 | 523 | 144 | 76 |
| Binary | 11111111 | 111011 | 10000001 | 0 | 1001101 | 110001 | 0 | 101010011 | 1100100 | 111110 |
Color Harmonies of #FF3B81
Complementary color
Monochromatic Colors of #FF3B81
Black with #FF3B81
Text Example
Text Example
White with #FF3B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3B81; }
p { color: rgb(255,59,129); }
H1.HeaderClassName
{
color: #FF3B81;
}
.AnyTagClassName
{
color: #FF3B81;
}
</style>
background-color css
<style>
a { background-color: #FF3B81; }
a { background-color: rgb(255,59,129); }
div.DivClassName
{
background-color: #FF3B81;
}
.BgClassName
{
background-color: #FF3B81;
}
</style>
border-color css
<style>
span { border-color: #FF3B81; }
span { border-color: rgb(255,59,129); }
td.TdClassName
{
border-color: #FF3B81;
}
.TagClassName
{
border-color: #FF3B81;
}
</style>