Shades of Violet Red #FE4194
Tints of Violet Red #FE4194
RGB
CMYK
RGB Variations
Color information
#FE4194 (or 0xFE4194) is known color: Violet Red. HEX triplet: FE, 41 and 94. RGB value is (254,65,148). Sum of RGB (Red+Green+Blue) = 254+65+148=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4194 is #01BE6B. Grayscale: #828282. Windows color (decimal): -114284 or 9716222. OLE color: 9716222.
HSL color Cylindrical-coordinate representation of color #FE4194: hue angle of 333.65º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4194 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 148 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.00 |
| HSL | 333.65º | 0.99% | 0.63% | - |
| HSV(B) | 333.65º | 0.74% | 1% | - |
| XYZ | 48.11 | 26.99 | 30.69 | - |
| YUV | 130.97 | 137.62 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 148 | 0 | 0.74 | 0.42 | 0.00 | 333.65 | 0.99 | 0.63 |
| Hex | FE | 41 | 94 | 0 | 4A | 2A | 0 | 14E | 63 | 3F |
| Octal | 376 | 101 | 224 | 0 | 112 | 52 | 0 | 516 | 143 | 77 |
| Binary | 11111110 | 1000001 | 10010100 | 0 | 1001010 | 101010 | 0 | 101001110 | 1100011 | 111111 |
Color Harmonies of #FE4194
Complementary color
Monochromatic Colors of #FE4194
Black with #FE4194
Text Example
Text Example
White with #FE4194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4194; }
p { color: rgb(254,65,148); }
H1.HeaderClassName
{
color: #FE4194;
}
.AnyTagClassName
{
color: #FE4194;
}
</style>
background-color css
<style>
a { background-color: #FE4194; }
a { background-color: rgb(254,65,148); }
div.DivClassName
{
background-color: #FE4194;
}
.BgClassName
{
background-color: #FE4194;
}
</style>
border-color css
<style>
span { border-color: #FE4194; }
span { border-color: rgb(254,65,148); }
td.TdClassName
{
border-color: #FE4194;
}
.TagClassName
{
border-color: #FE4194;
}
</style>