Shades of Violet Red #FE418C
Tints of Violet Red #FE418C
RGB
CMYK
RGB Variations
Color information
#FE418C (or 0xFE418C) is known color: Violet Red. HEX triplet: FE, 41 and 8C. RGB value is (254,65,140). Sum of RGB (Red+Green+Blue) = 254+65+140=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE418C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE418C is #01BE73. Grayscale: #818181. Windows color (decimal): -114292 or 9191934. OLE color: 9191934.
HSL color Cylindrical-coordinate representation of color #FE418C: hue angle of 336.19º 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 #FE418C is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 140 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.00 |
| HSL | 336.19º | 0.99% | 0.63% | - |
| HSV(B) | 336.19º | 0.74% | 1% | - |
| XYZ | 47.5 | 26.74 | 27.47 | - |
| YUV | 130.06 | 133.62 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 140 | 0 | 0.74 | 0.45 | 0.00 | 336.19 | 0.99 | 0.63 |
| Hex | FE | 41 | 8C | 0 | 4A | 2D | 0 | 150 | 63 | 3F |
| Octal | 376 | 101 | 214 | 0 | 112 | 55 | 0 | 520 | 143 | 77 |
| Binary | 11111110 | 1000001 | 10001100 | 0 | 1001010 | 101101 | 0 | 101010000 | 1100011 | 111111 |
Color Harmonies of #FE418C
Complementary color
Monochromatic Colors of #FE418C
Black with #FE418C
Text Example
Text Example
White with #FE418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE418C; }
p { color: rgb(254,65,140); }
H1.HeaderClassName
{
color: #FE418C;
}
.AnyTagClassName
{
color: #FE418C;
}
</style>
background-color css
<style>
a { background-color: #FE418C; }
a { background-color: rgb(254,65,140); }
div.DivClassName
{
background-color: #FE418C;
}
.BgClassName
{
background-color: #FE418C;
}
</style>
border-color css
<style>
span { border-color: #FE418C; }
span { border-color: rgb(254,65,140); }
td.TdClassName
{
border-color: #FE418C;
}
.TagClassName
{
border-color: #FE418C;
}
</style>