Shades of Violet Red #FE487E
Tints of Violet Red #FE487E
RGB
CMYK
RGB Variations
Color information
#FE487E (or 0xFE487E) is known color: Violet Red. HEX triplet: FE, 48 and 7E. RGB value is (254,72,126). Sum of RGB (Red+Green+Blue) = 254+72+126=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE487E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE487E is #01B781. Grayscale: #848484. Windows color (decimal): -112514 or 8276222. OLE color: 8276222.
HSL color Cylindrical-coordinate representation of color #FE487E: hue angle of 342.2º 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 #FE487E is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 126 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.00 |
| HSL | 342.2º | 0.99% | 0.64% | - |
| HSV(B) | 342.2º | 0.72% | 1% | - |
| XYZ | 46.96 | 27.21 | 22.52 | - |
| YUV | 132.57 | 124.3 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 126 | 0 | 0.72 | 0.50 | 0.00 | 342.2 | 0.99 | 0.64 |
| Hex | FE | 48 | 7E | 0 | 48 | 32 | 0 | 156 | 63 | 40 |
| Octal | 376 | 110 | 176 | 0 | 110 | 62 | 0 | 526 | 143 | 100 |
| Binary | 11111110 | 1001000 | 1111110 | 0 | 1001000 | 110010 | 0 | 101010110 | 1100011 | 1000000 |
Color Harmonies of #FE487E
Complementary color
Monochromatic Colors of #FE487E
Black with #FE487E
Text Example
Text Example
White with #FE487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE487E; }
p { color: rgb(254,72,126); }
H1.HeaderClassName
{
color: #FE487E;
}
.AnyTagClassName
{
color: #FE487E;
}
</style>
background-color css
<style>
a { background-color: #FE487E; }
a { background-color: rgb(254,72,126); }
div.DivClassName
{
background-color: #FE487E;
}
.BgClassName
{
background-color: #FE487E;
}
</style>
border-color css
<style>
span { border-color: #FE487E; }
span { border-color: rgb(254,72,126); }
td.TdClassName
{
border-color: #FE487E;
}
.TagClassName
{
border-color: #FE487E;
}
</style>