Shades of Violet Red #FF3F80
Tints of Violet Red #FF3F80
RGB
CMYK
RGB Variations
Color information
#FF3F80 (or 0xFF3F80) is known color: Violet Red. HEX triplet: FF, 3F and 80. RGB value is (255,63,128). Sum of RGB (Red+Green+Blue) = 255+63+128=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3F80 is #00C07F. Grayscale: #7F7F7F. Windows color (decimal): -49280 or 8404991. OLE color: 8404991.
HSL color Cylindrical-coordinate representation of color #FF3F80: hue angle of 339.69º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3F80 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 128 | - |
| CMYK | 0 | 0.75 | 0.50 | 0 |
| HSL | 339.69º | 1% | 0.62% | - |
| HSV(B) | 339.69º | 0.75% | 1% | - |
| XYZ | 46.91 | 26.37 | 23.04 | - |
| YUV | 127.82 | 128.11 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 128 | 0 | 0.75 | 0.50 | 0 | 339.69 | 1 | 0.62 |
| Hex | FF | 3F | 80 | 0 | 4B | 32 | 0 | 154 | 64 | 3E |
| Octal | 377 | 77 | 200 | 0 | 113 | 62 | 0 | 524 | 144 | 76 |
| Binary | 11111111 | 111111 | 10000000 | 0 | 1001011 | 110010 | 0 | 101010100 | 1100100 | 111110 |
Color Harmonies of #FF3F80
Complementary color
Monochromatic Colors of #FF3F80
Black with #FF3F80
Text Example
Text Example
White with #FF3F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F80; }
p { color: rgb(255,63,128); }
H1.HeaderClassName
{
color: #FF3F80;
}
.AnyTagClassName
{
color: #FF3F80;
}
</style>
background-color css
<style>
a { background-color: #FF3F80; }
a { background-color: rgb(255,63,128); }
div.DivClassName
{
background-color: #FF3F80;
}
.BgClassName
{
background-color: #FF3F80;
}
</style>
border-color css
<style>
span { border-color: #FF3F80; }
span { border-color: rgb(255,63,128); }
td.TdClassName
{
border-color: #FF3F80;
}
.TagClassName
{
border-color: #FF3F80;
}
</style>