Shades of Violet Red #FF3E80
Tints of Violet Red #FF3E80
RGB
CMYK
RGB Variations
Color information
#FF3E80 (or 0xFF3E80) is known color: Violet Red. HEX triplet: FF, 3E and 80. RGB value is (255,62,128). Sum of RGB (Red+Green+Blue) = 255+62+128=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 62 (24.61% from 255 or 13.93% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3E80 is #00C17F. Grayscale: #7F7F7F. Windows color (decimal): -49536 or 8404735. OLE color: 8404735.
HSL color Cylindrical-coordinate representation of color #FF3E80: hue angle of 339.48º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3E80 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 128 | - |
| CMYK | 0 | 0.76 | 0.50 | 0 |
| HSL | 339.48º | 1% | 0.62% | - |
| HSV(B) | 339.48º | 0.76% | 1% | - |
| XYZ | 46.86 | 26.26 | 23.02 | - |
| YUV | 127.23 | 128.44 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 128 | 0 | 0.76 | 0.50 | 0 | 339.48 | 1 | 0.62 |
| Hex | FF | 3E | 80 | 0 | 4C | 32 | 0 | 153 | 64 | 3E |
| Octal | 377 | 76 | 200 | 0 | 114 | 62 | 0 | 523 | 144 | 76 |
| Binary | 11111111 | 111110 | 10000000 | 0 | 1001100 | 110010 | 0 | 101010011 | 1100100 | 111110 |
Color Harmonies of #FF3E80
Complementary color
Monochromatic Colors of #FF3E80
Black with #FF3E80
Text Example
Text Example
White with #FF3E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E80; }
p { color: rgb(255,62,128); }
H1.HeaderClassName
{
color: #FF3E80;
}
.AnyTagClassName
{
color: #FF3E80;
}
</style>
background-color css
<style>
a { background-color: #FF3E80; }
a { background-color: rgb(255,62,128); }
div.DivClassName
{
background-color: #FF3E80;
}
.BgClassName
{
background-color: #FF3E80;
}
</style>
border-color css
<style>
span { border-color: #FF3E80; }
span { border-color: rgb(255,62,128); }
td.TdClassName
{
border-color: #FF3E80;
}
.TagClassName
{
border-color: #FF3E80;
}
</style>