Shades of Violet Red #FE488A
Tints of Violet Red #FE488A
RGB
CMYK
RGB Variations
Color information
#FE488A (or 0xFE488A) is known color: Violet Red. HEX triplet: FE, 48 and 8A. RGB value is (254,72,138). Sum of RGB (Red+Green+Blue) = 254+72+138=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE488A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE488A is #01B775. Grayscale: #858585. Windows color (decimal): -112502 or 9062654. OLE color: 9062654.
HSL color Cylindrical-coordinate representation of color #FE488A: hue angle of 338.24º 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 #FE488A is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 138 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.00 |
| HSL | 338.24º | 0.99% | 0.64% | - |
| HSV(B) | 338.24º | 0.72% | 1% | - |
| XYZ | 47.78 | 27.54 | 26.84 | - |
| YUV | 133.94 | 130.3 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 138 | 0 | 0.72 | 0.46 | 0.00 | 338.24 | 0.99 | 0.64 |
| Hex | FE | 48 | 8A | 0 | 48 | 2E | 0 | 152 | 63 | 40 |
| Octal | 376 | 110 | 212 | 0 | 110 | 56 | 0 | 522 | 143 | 100 |
| Binary | 11111110 | 1001000 | 10001010 | 0 | 1001000 | 101110 | 0 | 101010010 | 1100011 | 1000000 |
Color Harmonies of #FE488A
Complementary color
Monochromatic Colors of #FE488A
Black with #FE488A
Text Example
Text Example
White with #FE488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE488A; }
p { color: rgb(254,72,138); }
H1.HeaderClassName
{
color: #FE488A;
}
.AnyTagClassName
{
color: #FE488A;
}
</style>
background-color css
<style>
a { background-color: #FE488A; }
a { background-color: rgb(254,72,138); }
div.DivClassName
{
background-color: #FE488A;
}
.BgClassName
{
background-color: #FE488A;
}
</style>
border-color css
<style>
span { border-color: #FE488A; }
span { border-color: rgb(254,72,138); }
td.TdClassName
{
border-color: #FE488A;
}
.TagClassName
{
border-color: #FE488A;
}
</style>