Shades of Violet Red #FE4896
Tints of Violet Red #FE4896
RGB
CMYK
RGB Variations
Color information
#FE4896 (or 0xFE4896) is known color: Violet Red. HEX triplet: FE, 48 and 96. RGB value is (254,72,150). Sum of RGB (Red+Green+Blue) = 254+72+150=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4896 is #01B769. Grayscale: #878787. Windows color (decimal): -112490 or 9849086. OLE color: 9849086.
HSL color Cylindrical-coordinate representation of color #FE4896: hue angle of 334.29º 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 #FE4896 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 150 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.00 |
| HSL | 334.29º | 0.99% | 0.64% | - |
| HSV(B) | 334.29º | 0.72% | 1% | - |
| XYZ | 48.7 | 27.91 | 31.67 | - |
| YUV | 135.31 | 136.3 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 150 | 0 | 0.72 | 0.41 | 0.00 | 334.29 | 0.99 | 0.64 |
| Hex | FE | 48 | 96 | 0 | 48 | 29 | 0 | 14E | 63 | 40 |
| Octal | 376 | 110 | 226 | 0 | 110 | 51 | 0 | 516 | 143 | 100 |
| Binary | 11111110 | 1001000 | 10010110 | 0 | 1001000 | 101001 | 0 | 101001110 | 1100011 | 1000000 |
Color Harmonies of #FE4896
Complementary color
Monochromatic Colors of #FE4896
Black with #FE4896
Text Example
Text Example
White with #FE4896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4896; }
p { color: rgb(254,72,150); }
H1.HeaderClassName
{
color: #FE4896;
}
.AnyTagClassName
{
color: #FE4896;
}
</style>
background-color css
<style>
a { background-color: #FE4896; }
a { background-color: rgb(254,72,150); }
div.DivClassName
{
background-color: #FE4896;
}
.BgClassName
{
background-color: #FE4896;
}
</style>
border-color css
<style>
span { border-color: #FE4896; }
span { border-color: rgb(254,72,150); }
td.TdClassName
{
border-color: #FE4896;
}
.TagClassName
{
border-color: #FE4896;
}
</style>