Shades of Violet Red #FE477F
Tints of Violet Red #FE477F
RGB
CMYK
RGB Variations
Color information
#FE477F (or 0xFE477F) is known color: Violet Red. HEX triplet: FE, 47 and 7F. RGB value is (254,71,127). Sum of RGB (Red+Green+Blue) = 254+71+127=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE477F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE477F is #01B880. Grayscale: #848484. Windows color (decimal): -112769 or 8341502. OLE color: 8341502.
HSL color Cylindrical-coordinate representation of color #FE477F: hue angle of 341.64º 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 #FE477F is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 127 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.00 |
| HSL | 341.64º | 0.99% | 0.64% | - |
| HSV(B) | 341.64º | 0.72% | 1% | - |
| XYZ | 46.96 | 27.11 | 22.84 | - |
| YUV | 132.1 | 125.13 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 127 | 0 | 0.72 | 0.50 | 0.00 | 341.64 | 0.99 | 0.64 |
| Hex | FE | 47 | 7F | 0 | 48 | 32 | 0 | 156 | 63 | 40 |
| Octal | 376 | 107 | 177 | 0 | 110 | 62 | 0 | 526 | 143 | 100 |
| Binary | 11111110 | 1000111 | 1111111 | 0 | 1001000 | 110010 | 0 | 101010110 | 1100011 | 1000000 |
Color Harmonies of #FE477F
Complementary color
Monochromatic Colors of #FE477F
Black with #FE477F
Text Example
Text Example
White with #FE477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE477F; }
p { color: rgb(254,71,127); }
H1.HeaderClassName
{
color: #FE477F;
}
.AnyTagClassName
{
color: #FE477F;
}
</style>
background-color css
<style>
a { background-color: #FE477F; }
a { background-color: rgb(254,71,127); }
div.DivClassName
{
background-color: #FE477F;
}
.BgClassName
{
background-color: #FE477F;
}
</style>
border-color css
<style>
span { border-color: #FE477F; }
span { border-color: rgb(254,71,127); }
td.TdClassName
{
border-color: #FE477F;
}
.TagClassName
{
border-color: #FE477F;
}
</style>