Shades of Violet Red #FF3E83
Tints of Violet Red #FF3E83
RGB
CMYK
RGB Variations
Color information
#FF3E83 (or 0xFF3E83) is known color: Violet Red. HEX triplet: FF, 3E and 83. RGB value is (255,62,131). Sum of RGB (Red+Green+Blue) = 255+62+131=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 62 (24.61% from 255 or 13.84% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3E83 is #00C17C. Grayscale: #7F7F7F. Windows color (decimal): -49533 or 8601343. OLE color: 8601343.
HSL color Cylindrical-coordinate representation of color #FF3E83: hue angle of 338.55º 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 #FF3E83 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 131 | - |
| CMYK | 0 | 0.76 | 0.49 | 0 |
| HSL | 338.55º | 1% | 0.62% | - |
| HSV(B) | 338.55º | 0.76% | 1% | - |
| XYZ | 47.06 | 26.34 | 24.08 | - |
| YUV | 127.57 | 129.94 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 131 | 0 | 0.76 | 0.49 | 0 | 338.55 | 1 | 0.62 |
| Hex | FF | 3E | 83 | 0 | 4C | 31 | 0 | 153 | 64 | 3E |
| Octal | 377 | 76 | 203 | 0 | 114 | 61 | 0 | 523 | 144 | 76 |
| Binary | 11111111 | 111110 | 10000011 | 0 | 1001100 | 110001 | 0 | 101010011 | 1100100 | 111110 |
Color Harmonies of #FF3E83
Complementary color
Monochromatic Colors of #FF3E83
Black with #FF3E83
Text Example
Text Example
White with #FF3E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E83; }
p { color: rgb(255,62,131); }
H1.HeaderClassName
{
color: #FF3E83;
}
.AnyTagClassName
{
color: #FF3E83;
}
</style>
background-color css
<style>
a { background-color: #FF3E83; }
a { background-color: rgb(255,62,131); }
div.DivClassName
{
background-color: #FF3E83;
}
.BgClassName
{
background-color: #FF3E83;
}
</style>
border-color css
<style>
span { border-color: #FF3E83; }
span { border-color: rgb(255,62,131); }
td.TdClassName
{
border-color: #FF3E83;
}
.TagClassName
{
border-color: #FF3E83;
}
</style>