Shades of Violet Red #FE477C
Tints of Violet Red #FE477C
RGB
CMYK
RGB Variations
Color information
#FE477C (or 0xFE477C) is known color: Violet Red. HEX triplet: FE, 47 and 7C. RGB value is (254,71,124). Sum of RGB (Red+Green+Blue) = 254+71+124=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE477C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE477C is #01B883. Grayscale: #838383. Windows color (decimal): -112772 or 8144894. OLE color: 8144894.
HSL color Cylindrical-coordinate representation of color #FE477C: hue angle of 342.62º 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 #FE477C is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 124 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.00 |
| HSL | 342.62º | 0.99% | 0.64% | - |
| HSV(B) | 342.62º | 0.72% | 1% | - |
| XYZ | 46.76 | 27.03 | 21.82 | - |
| YUV | 131.76 | 123.63 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 124 | 0 | 0.72 | 0.51 | 0.00 | 342.62 | 0.99 | 0.64 |
| Hex | FE | 47 | 7C | 0 | 48 | 33 | 0 | 157 | 63 | 40 |
| Octal | 376 | 107 | 174 | 0 | 110 | 63 | 0 | 527 | 143 | 100 |
| Binary | 11111110 | 1000111 | 1111100 | 0 | 1001000 | 110011 | 0 | 101010111 | 1100011 | 1000000 |
Color Harmonies of #FE477C
Complementary color
Monochromatic Colors of #FE477C
Black with #FE477C
Text Example
Text Example
White with #FE477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE477C; }
p { color: rgb(254,71,124); }
H1.HeaderClassName
{
color: #FE477C;
}
.AnyTagClassName
{
color: #FE477C;
}
</style>
background-color css
<style>
a { background-color: #FE477C; }
a { background-color: rgb(254,71,124); }
div.DivClassName
{
background-color: #FE477C;
}
.BgClassName
{
background-color: #FE477C;
}
</style>
border-color css
<style>
span { border-color: #FE477C; }
span { border-color: rgb(254,71,124); }
td.TdClassName
{
border-color: #FE477C;
}
.TagClassName
{
border-color: #FE477C;
}
</style>