Shades of Violet Red #FF3E75
Tints of Violet Red #FF3E75
RGB
CMYK
RGB Variations
Color information
#FF3E75 (or 0xFF3E75) is known color: Violet Red. HEX triplet: FF, 3E and 75. RGB value is (255,62,117). Sum of RGB (Red+Green+Blue) = 255+62+117=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3E75 is #00C18A. Grayscale: #7D7D7D. Windows color (decimal): -49547 or 7683839. OLE color: 7683839.
HSL color Cylindrical-coordinate representation of color #FF3E75: hue angle of 342.9º 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 #FF3E75 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 117 | - |
| CMYK | 0 | 0.76 | 0.54 | 0 |
| HSL | 342.9º | 1% | 0.62% | - |
| HSV(B) | 342.9º | 0.76% | 1% | - |
| XYZ | 46.17 | 25.99 | 19.41 | - |
| YUV | 125.98 | 122.94 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 117 | 0 | 0.76 | 0.54 | 0 | 342.9 | 1 | 0.62 |
| Hex | FF | 3E | 75 | 0 | 4C | 36 | 0 | 157 | 64 | 3E |
| Octal | 377 | 76 | 165 | 0 | 114 | 66 | 0 | 527 | 144 | 76 |
| Binary | 11111111 | 111110 | 1110101 | 0 | 1001100 | 110110 | 0 | 101010111 | 1100100 | 111110 |
Color Harmonies of #FF3E75
Complementary color
Monochromatic Colors of #FF3E75
Black with #FF3E75
Text Example
Text Example
White with #FF3E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E75; }
p { color: rgb(255,62,117); }
H1.HeaderClassName
{
color: #FF3E75;
}
.AnyTagClassName
{
color: #FF3E75;
}
</style>
background-color css
<style>
a { background-color: #FF3E75; }
a { background-color: rgb(255,62,117); }
div.DivClassName
{
background-color: #FF3E75;
}
.BgClassName
{
background-color: #FF3E75;
}
</style>
border-color css
<style>
span { border-color: #FF3E75; }
span { border-color: rgb(255,62,117); }
td.TdClassName
{
border-color: #FF3E75;
}
.TagClassName
{
border-color: #FF3E75;
}
</style>