Shades of Violet Red #FE4786
Tints of Violet Red #FE4786
RGB
CMYK
RGB Variations
Color information
#FE4786 (or 0xFE4786) is known color: Violet Red. HEX triplet: FE, 47 and 86. RGB value is (254,71,134). Sum of RGB (Red+Green+Blue) = 254+71+134=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4786 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4786 is #01B879. Grayscale: #848484. Windows color (decimal): -112762 or 8800254. OLE color: 8800254.
HSL color Cylindrical-coordinate representation of color #FE4786: hue angle of 339.34º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE4786 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 134 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.00 |
| HSL | 339.34º | 0.99% | 0.64% | - |
| HSV(B) | 339.34º | 0.72% | 1% | - |
| XYZ | 47.43 | 27.3 | 25.32 | - |
| YUV | 132.9 | 128.63 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 134 | 0 | 0.72 | 0.47 | 0.00 | 339.34 | 0.99 | 0.64 |
| Hex | FE | 47 | 86 | 0 | 48 | 2F | 0 | 153 | 63 | 40 |
| Octal | 376 | 107 | 206 | 0 | 110 | 57 | 0 | 523 | 143 | 100 |
| Binary | 11111110 | 1000111 | 10000110 | 0 | 1001000 | 101111 | 0 | 101010011 | 1100011 | 1000000 |
Color Harmonies of #FE4786
Complementary color
Monochromatic Colors of #FE4786
Black with #FE4786
Text Example
Text Example
White with #FE4786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4786; }
p { color: rgb(254,71,134); }
H1.HeaderClassName
{
color: #FE4786;
}
.AnyTagClassName
{
color: #FE4786;
}
</style>
background-color css
<style>
a { background-color: #FE4786; }
a { background-color: rgb(254,71,134); }
div.DivClassName
{
background-color: #FE4786;
}
.BgClassName
{
background-color: #FE4786;
}
</style>
border-color css
<style>
span { border-color: #FE4786; }
span { border-color: rgb(254,71,134); }
td.TdClassName
{
border-color: #FE4786;
}
.TagClassName
{
border-color: #FE4786;
}
</style>