Shades of Violet Red #FF3E76
Tints of Violet Red #FF3E76
RGB
CMYK
RGB Variations
Color information
#FF3E76 (or 0xFF3E76) is known color: Violet Red. HEX triplet: FF, 3E and 76. RGB value is (255,62,118). Sum of RGB (Red+Green+Blue) = 255+62+118=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3E76 is #00C189. Grayscale: #7E7E7E. Windows color (decimal): -49546 or 7749375. OLE color: 7749375.
HSL color Cylindrical-coordinate representation of color #FF3E76: hue angle of 342.59º 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 #FF3E76 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 118 | - |
| CMYK | 0 | 0.76 | 0.54 | 0 |
| HSL | 342.59º | 1% | 0.62% | - |
| HSV(B) | 342.59º | 0.76% | 1% | - |
| XYZ | 46.23 | 26.01 | 19.72 | - |
| YUV | 126.09 | 123.44 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 118 | 0 | 0.76 | 0.54 | 0 | 342.59 | 1 | 0.62 |
| Hex | FF | 3E | 76 | 0 | 4C | 36 | 0 | 157 | 64 | 3E |
| Octal | 377 | 76 | 166 | 0 | 114 | 66 | 0 | 527 | 144 | 76 |
| Binary | 11111111 | 111110 | 1110110 | 0 | 1001100 | 110110 | 0 | 101010111 | 1100100 | 111110 |
Color Harmonies of #FF3E76
Complementary color
Monochromatic Colors of #FF3E76
Black with #FF3E76
Text Example
Text Example
White with #FF3E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E76; }
p { color: rgb(255,62,118); }
H1.HeaderClassName
{
color: #FF3E76;
}
.AnyTagClassName
{
color: #FF3E76;
}
</style>
background-color css
<style>
a { background-color: #FF3E76; }
a { background-color: rgb(255,62,118); }
div.DivClassName
{
background-color: #FF3E76;
}
.BgClassName
{
background-color: #FF3E76;
}
</style>
border-color css
<style>
span { border-color: #FF3E76; }
span { border-color: rgb(255,62,118); }
td.TdClassName
{
border-color: #FF3E76;
}
.TagClassName
{
border-color: #FF3E76;
}
</style>