Shades of Violet Red #FF3F81
Tints of Violet Red #FF3F81
RGB
CMYK
RGB Variations
Color information
#FF3F81 (or 0xFF3F81) is known color: Violet Red. HEX triplet: FF, 3F and 81. RGB value is (255,63,129). Sum of RGB (Red+Green+Blue) = 255+63+129=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3F81 is #00C07E. Grayscale: #7F7F7F. Windows color (decimal): -49279 or 8470527. OLE color: 8470527.
HSL color Cylindrical-coordinate representation of color #FF3F81: hue angle of 339.38º 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 #FF3F81 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 129 | - |
| CMYK | 0 | 0.75 | 0.49 | 0 |
| HSL | 339.38º | 1% | 0.62% | - |
| HSV(B) | 339.38º | 0.75% | 1% | - |
| XYZ | 46.98 | 26.4 | 23.39 | - |
| YUV | 127.93 | 128.61 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 129 | 0 | 0.75 | 0.49 | 0 | 339.38 | 1 | 0.62 |
| Hex | FF | 3F | 81 | 0 | 4B | 31 | 0 | 153 | 64 | 3E |
| Octal | 377 | 77 | 201 | 0 | 113 | 61 | 0 | 523 | 144 | 76 |
| Binary | 11111111 | 111111 | 10000001 | 0 | 1001011 | 110001 | 0 | 101010011 | 1100100 | 111110 |
Color Harmonies of #FF3F81
Complementary color
Monochromatic Colors of #FF3F81
Black with #FF3F81
Text Example
Text Example
White with #FF3F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F81; }
p { color: rgb(255,63,129); }
H1.HeaderClassName
{
color: #FF3F81;
}
.AnyTagClassName
{
color: #FF3F81;
}
</style>
background-color css
<style>
a { background-color: #FF3F81; }
a { background-color: rgb(255,63,129); }
div.DivClassName
{
background-color: #FF3F81;
}
.BgClassName
{
background-color: #FF3F81;
}
</style>
border-color css
<style>
span { border-color: #FF3F81; }
span { border-color: rgb(255,63,129); }
td.TdClassName
{
border-color: #FF3F81;
}
.TagClassName
{
border-color: #FF3F81;
}
</style>