Shades of Violet Red #FE418E
Tints of Violet Red #FE418E
RGB
CMYK
RGB Variations
Color information
#FE418E (or 0xFE418E) is known color: Violet Red. HEX triplet: FE, 41 and 8E. RGB value is (254,65,142). Sum of RGB (Red+Green+Blue) = 254+65+142=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE418E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE418E is #01BE71. Grayscale: #828282. Windows color (decimal): -114290 or 9323006. OLE color: 9323006.
HSL color Cylindrical-coordinate representation of color #FE418E: hue angle of 335.56º 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 #FE418E is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 142 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.00 |
| HSL | 335.56º | 0.99% | 0.63% | - |
| HSV(B) | 335.56º | 0.74% | 1% | - |
| XYZ | 47.65 | 26.8 | 28.25 | - |
| YUV | 130.29 | 134.62 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 142 | 0 | 0.74 | 0.44 | 0.00 | 335.56 | 0.99 | 0.63 |
| Hex | FE | 41 | 8E | 0 | 4A | 2C | 0 | 150 | 63 | 3F |
| Octal | 376 | 101 | 216 | 0 | 112 | 54 | 0 | 520 | 143 | 77 |
| Binary | 11111110 | 1000001 | 10001110 | 0 | 1001010 | 101100 | 0 | 101010000 | 1100011 | 111111 |
Color Harmonies of #FE418E
Complementary color
Monochromatic Colors of #FE418E
Black with #FE418E
Text Example
Text Example
White with #FE418E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE418E; }
p { color: rgb(254,65,142); }
H1.HeaderClassName
{
color: #FE418E;
}
.AnyTagClassName
{
color: #FE418E;
}
</style>
background-color css
<style>
a { background-color: #FE418E; }
a { background-color: rgb(254,65,142); }
div.DivClassName
{
background-color: #FE418E;
}
.BgClassName
{
background-color: #FE418E;
}
</style>
border-color css
<style>
span { border-color: #FE418E; }
span { border-color: rgb(254,65,142); }
td.TdClassName
{
border-color: #FE418E;
}
.TagClassName
{
border-color: #FE418E;
}
</style>