Shades of Violet Red #FE4495
Tints of Violet Red #FE4495
RGB
CMYK
RGB Variations
Color information
#FE4495 (or 0xFE4495) is known color: Violet Red. HEX triplet: FE, 44 and 95. RGB value is (254,68,149). Sum of RGB (Red+Green+Blue) = 254+68+149=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4495 is #01BB6A. Grayscale: #848484. Windows color (decimal): -113515 or 9782526. OLE color: 9782526.
HSL color Cylindrical-coordinate representation of color #FE4495: hue angle of 333.87º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE4495 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 149 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.00 |
| HSL | 333.87º | 0.99% | 0.63% | - |
| HSV(B) | 333.87º | 0.73% | 1% | - |
| XYZ | 48.36 | 27.38 | 31.17 | - |
| YUV | 132.85 | 137.12 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 149 | 0 | 0.73 | 0.41 | 0.00 | 333.87 | 0.99 | 0.63 |
| Hex | FE | 44 | 95 | 0 | 49 | 29 | 0 | 14E | 63 | 3F |
| Octal | 376 | 104 | 225 | 0 | 111 | 51 | 0 | 516 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10010101 | 0 | 1001001 | 101001 | 0 | 101001110 | 1100011 | 111111 |
Color Harmonies of #FE4495
Complementary color
Monochromatic Colors of #FE4495
Black with #FE4495
Text Example
Text Example
White with #FE4495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4495; }
p { color: rgb(254,68,149); }
H1.HeaderClassName
{
color: #FE4495;
}
.AnyTagClassName
{
color: #FE4495;
}
</style>
background-color css
<style>
a { background-color: #FE4495; }
a { background-color: rgb(254,68,149); }
div.DivClassName
{
background-color: #FE4495;
}
.BgClassName
{
background-color: #FE4495;
}
</style>
border-color css
<style>
span { border-color: #FE4495; }
span { border-color: rgb(254,68,149); }
td.TdClassName
{
border-color: #FE4495;
}
.TagClassName
{
border-color: #FE4495;
}
</style>