Shades of Violet Red #FE4988
Tints of Violet Red #FE4988
RGB
CMYK
RGB Variations
Color information
#FE4988 (or 0xFE4988) is known color: Violet Red. HEX triplet: FE, 49 and 88. RGB value is (254,73,136). Sum of RGB (Red+Green+Blue) = 254+73+136=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4988 is #01B677. Grayscale: #868686. Windows color (decimal): -112248 or 8931838. OLE color: 8931838.
HSL color Cylindrical-coordinate representation of color #FE4988: hue angle of 339.12º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4988 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 136 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.00 |
| HSL | 339.12º | 0.99% | 0.64% | - |
| HSV(B) | 339.12º | 0.71% | 1% | - |
| XYZ | 47.7 | 27.61 | 26.11 | - |
| YUV | 134.3 | 128.97 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 136 | 0 | 0.71 | 0.46 | 0.00 | 339.12 | 0.99 | 0.64 |
| Hex | FE | 49 | 88 | 0 | 47 | 2E | 0 | 153 | 63 | 40 |
| Octal | 376 | 111 | 210 | 0 | 107 | 56 | 0 | 523 | 143 | 100 |
| Binary | 11111110 | 1001001 | 10001000 | 0 | 1000111 | 101110 | 0 | 101010011 | 1100011 | 1000000 |
Color Harmonies of #FE4988
Complementary color
Monochromatic Colors of #FE4988
Black with #FE4988
Text Example
Text Example
White with #FE4988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4988; }
p { color: rgb(254,73,136); }
H1.HeaderClassName
{
color: #FE4988;
}
.AnyTagClassName
{
color: #FE4988;
}
</style>
background-color css
<style>
a { background-color: #FE4988; }
a { background-color: rgb(254,73,136); }
div.DivClassName
{
background-color: #FE4988;
}
.BgClassName
{
background-color: #FE4988;
}
</style>
border-color css
<style>
span { border-color: #FE4988; }
span { border-color: rgb(254,73,136); }
td.TdClassName
{
border-color: #FE4988;
}
.TagClassName
{
border-color: #FE4988;
}
</style>