Shades of Violet Red #FE4494
Tints of Violet Red #FE4494
RGB
CMYK
RGB Variations
Color information
#FE4494 (or 0xFE4494) is known color: Violet Red. HEX triplet: FE, 44 and 94. RGB value is (254,68,148). Sum of RGB (Red+Green+Blue) = 254+68+148=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4494 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4494 is #01BB6B. Grayscale: #848484. Windows color (decimal): -113516 or 9716990. OLE color: 9716990.
HSL color Cylindrical-coordinate representation of color #FE4494: hue angle of 334.19º 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 #FE4494 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 148 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.00 |
| HSL | 334.19º | 0.99% | 0.63% | - |
| HSV(B) | 334.19º | 0.73% | 1% | - |
| XYZ | 48.29 | 27.34 | 30.75 | - |
| YUV | 132.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 148 | 0 | 0.73 | 0.42 | 0.00 | 334.19 | 0.99 | 0.63 |
| Hex | FE | 44 | 94 | 0 | 49 | 2A | 0 | 14E | 63 | 3F |
| Octal | 376 | 104 | 224 | 0 | 111 | 52 | 0 | 516 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10010100 | 0 | 1001001 | 101010 | 0 | 101001110 | 1100011 | 111111 |
Color Harmonies of #FE4494
Complementary color
Monochromatic Colors of #FE4494
Black with #FE4494
Text Example
Text Example
White with #FE4494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4494; }
p { color: rgb(254,68,148); }
H1.HeaderClassName
{
color: #FE4494;
}
.AnyTagClassName
{
color: #FE4494;
}
</style>
background-color css
<style>
a { background-color: #FE4494; }
a { background-color: rgb(254,68,148); }
div.DivClassName
{
background-color: #FE4494;
}
.BgClassName
{
background-color: #FE4494;
}
</style>
border-color css
<style>
span { border-color: #FE4494; }
span { border-color: rgb(254,68,148); }
td.TdClassName
{
border-color: #FE4494;
}
.TagClassName
{
border-color: #FE4494;
}
</style>