Shades of Violet Red #FF3F82
Tints of Violet Red #FF3F82
RGB
CMYK
RGB Variations
Color information
#FF3F82 (or 0xFF3F82) is known color: Violet Red. HEX triplet: FF, 3F and 82. RGB value is (255,63,130). Sum of RGB (Red+Green+Blue) = 255+63+130=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3F82 is #00C07D. Grayscale: #7F7F7F. Windows color (decimal): -49278 or 8536063. OLE color: 8536063.
HSL color Cylindrical-coordinate representation of color #FF3F82: hue angle of 339.06º 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 #FF3F82 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 130 | - |
| CMYK | 0 | 0.75 | 0.49 | 0 |
| HSL | 339.06º | 1% | 0.62% | - |
| HSV(B) | 339.06º | 0.75% | 1% | - |
| XYZ | 47.05 | 26.43 | 23.74 | - |
| YUV | 128.05 | 129.11 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 130 | 0 | 0.75 | 0.49 | 0 | 339.06 | 1 | 0.62 |
| Hex | FF | 3F | 82 | 0 | 4B | 31 | 0 | 153 | 64 | 3E |
| Octal | 377 | 77 | 202 | 0 | 113 | 61 | 0 | 523 | 144 | 76 |
| Binary | 11111111 | 111111 | 10000010 | 0 | 1001011 | 110001 | 0 | 101010011 | 1100100 | 111110 |
Color Harmonies of #FF3F82
Complementary color
Monochromatic Colors of #FF3F82
Black with #FF3F82
Text Example
Text Example
White with #FF3F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F82; }
p { color: rgb(255,63,130); }
H1.HeaderClassName
{
color: #FF3F82;
}
.AnyTagClassName
{
color: #FF3F82;
}
</style>
background-color css
<style>
a { background-color: #FF3F82; }
a { background-color: rgb(255,63,130); }
div.DivClassName
{
background-color: #FF3F82;
}
.BgClassName
{
background-color: #FF3F82;
}
</style>
border-color css
<style>
span { border-color: #FF3F82; }
span { border-color: rgb(255,63,130); }
td.TdClassName
{
border-color: #FF3F82;
}
.TagClassName
{
border-color: #FF3F82;
}
</style>