Shades of Violet Red #FE4895
Tints of Violet Red #FE4895
RGB
CMYK
RGB Variations
Color information
#FE4895 (or 0xFE4895) is known color: Violet Red. HEX triplet: FE, 48 and 95. RGB value is (254,72,149). Sum of RGB (Red+Green+Blue) = 254+72+149=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4895 is #01B76A. Grayscale: #878787. Windows color (decimal): -112491 or 9783550. OLE color: 9783550.
HSL color Cylindrical-coordinate representation of color #FE4895: hue angle of 334.62º 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 #FE4895 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 149 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.00 |
| HSL | 334.62º | 0.99% | 0.64% | - |
| HSV(B) | 334.62º | 0.72% | 1% | - |
| XYZ | 48.62 | 27.88 | 31.25 | - |
| YUV | 135.2 | 135.8 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 149 | 0 | 0.72 | 0.41 | 0.00 | 334.62 | 0.99 | 0.64 |
| Hex | FE | 48 | 95 | 0 | 48 | 29 | 0 | 14F | 63 | 40 |
| Octal | 376 | 110 | 225 | 0 | 110 | 51 | 0 | 517 | 143 | 100 |
| Binary | 11111110 | 1001000 | 10010101 | 0 | 1001000 | 101001 | 0 | 101001111 | 1100011 | 1000000 |
Color Harmonies of #FE4895
Complementary color
Monochromatic Colors of #FE4895
Black with #FE4895
Text Example
Text Example
White with #FE4895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4895; }
p { color: rgb(254,72,149); }
H1.HeaderClassName
{
color: #FE4895;
}
.AnyTagClassName
{
color: #FE4895;
}
</style>
background-color css
<style>
a { background-color: #FE4895; }
a { background-color: rgb(254,72,149); }
div.DivClassName
{
background-color: #FE4895;
}
.BgClassName
{
background-color: #FE4895;
}
</style>
border-color css
<style>
span { border-color: #FE4895; }
span { border-color: rgb(254,72,149); }
td.TdClassName
{
border-color: #FE4895;
}
.TagClassName
{
border-color: #FE4895;
}
</style>