Shades of Violet Red #FE3D77
Tints of Violet Red #FE3D77
RGB
CMYK
RGB Variations
Color information
#FE3D77 (or 0xFE3D77) is known color: Violet Red. HEX triplet: FE, 3D and 77. RGB value is (254,61,119). Sum of RGB (Red+Green+Blue) = 254+61+119=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3D77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3D77 is #01C288. Grayscale: #7D7D7D. Windows color (decimal): -115337 or 7814654. OLE color: 7814654.
HSL color Cylindrical-coordinate representation of color #FE3D77: hue angle of 341.97º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3D77 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 119 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.00 |
| HSL | 341.97º | 0.99% | 0.62% | - |
| HSV(B) | 341.97º | 0.76% | 1% | - |
| XYZ | 45.87 | 25.74 | 20 | - |
| YUV | 125.32 | 124.44 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 119 | 0 | 0.76 | 0.53 | 0.00 | 341.97 | 0.99 | 0.62 |
| Hex | FE | 3D | 77 | 0 | 4C | 35 | 0 | 156 | 63 | 3E |
| Octal | 376 | 75 | 167 | 0 | 114 | 65 | 0 | 526 | 143 | 76 |
| Binary | 11111110 | 111101 | 1110111 | 0 | 1001100 | 110101 | 0 | 101010110 | 1100011 | 111110 |
Color Harmonies of #FE3D77
Complementary color
Monochromatic Colors of #FE3D77
Black with #FE3D77
Text Example
Text Example
White with #FE3D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3D77; }
p { color: rgb(254,61,119); }
H1.HeaderClassName
{
color: #FE3D77;
}
.AnyTagClassName
{
color: #FE3D77;
}
</style>
background-color css
<style>
a { background-color: #FE3D77; }
a { background-color: rgb(254,61,119); }
div.DivClassName
{
background-color: #FE3D77;
}
.BgClassName
{
background-color: #FE3D77;
}
</style>
border-color css
<style>
span { border-color: #FE3D77; }
span { border-color: rgb(254,61,119); }
td.TdClassName
{
border-color: #FE3D77;
}
.TagClassName
{
border-color: #FE3D77;
}
</style>