Shades of Violet Red #FE488E
Tints of Violet Red #FE488E
RGB
CMYK
RGB Variations
Color information
#FE488E (or 0xFE488E) is known color: Violet Red. HEX triplet: FE, 48 and 8E. RGB value is (254,72,142). Sum of RGB (Red+Green+Blue) = 254+72+142=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE488E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE488E is #01B771. Grayscale: #868686. Windows color (decimal): -112498 or 9324798. OLE color: 9324798.
HSL color Cylindrical-coordinate representation of color #FE488E: hue angle of 336.92º 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 #FE488E is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 142 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.00 |
| HSL | 336.92º | 0.99% | 0.64% | - |
| HSV(B) | 336.92º | 0.72% | 1% | - |
| XYZ | 48.07 | 27.66 | 28.4 | - |
| YUV | 134.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 142 | 0 | 0.72 | 0.44 | 0.00 | 336.92 | 0.99 | 0.64 |
| Hex | FE | 48 | 8E | 0 | 48 | 2C | 0 | 151 | 63 | 40 |
| Octal | 376 | 110 | 216 | 0 | 110 | 54 | 0 | 521 | 143 | 100 |
| Binary | 11111110 | 1001000 | 10001110 | 0 | 1001000 | 101100 | 0 | 101010001 | 1100011 | 1000000 |
Color Harmonies of #FE488E
Complementary color
Monochromatic Colors of #FE488E
Black with #FE488E
Text Example
Text Example
White with #FE488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE488E; }
p { color: rgb(254,72,142); }
H1.HeaderClassName
{
color: #FE488E;
}
.AnyTagClassName
{
color: #FE488E;
}
</style>
background-color css
<style>
a { background-color: #FE488E; }
a { background-color: rgb(254,72,142); }
div.DivClassName
{
background-color: #FE488E;
}
.BgClassName
{
background-color: #FE488E;
}
</style>
border-color css
<style>
span { border-color: #FE488E; }
span { border-color: rgb(254,72,142); }
td.TdClassName
{
border-color: #FE488E;
}
.TagClassName
{
border-color: #FE488E;
}
</style>