Shades of Violet Red #FE417C
Tints of Violet Red #FE417C
RGB
CMYK
RGB Variations
Color information
#FE417C (or 0xFE417C) is known color: Violet Red. HEX triplet: FE, 41 and 7C. RGB value is (254,65,124). Sum of RGB (Red+Green+Blue) = 254+65+124=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE417C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE417C is #01BE83. Grayscale: #808080. Windows color (decimal): -114308 or 8143358. OLE color: 8143358.
HSL color Cylindrical-coordinate representation of color #FE417C: hue angle of 341.27º 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 #FE417C is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 124 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.00 |
| HSL | 341.27º | 0.99% | 0.63% | - |
| HSV(B) | 341.27º | 0.74% | 1% | - |
| XYZ | 46.4 | 26.31 | 21.7 | - |
| YUV | 128.24 | 125.62 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 124 | 0 | 0.74 | 0.51 | 0.00 | 341.27 | 0.99 | 0.63 |
| Hex | FE | 41 | 7C | 0 | 4A | 33 | 0 | 155 | 63 | 3F |
| Octal | 376 | 101 | 174 | 0 | 112 | 63 | 0 | 525 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1111100 | 0 | 1001010 | 110011 | 0 | 101010101 | 1100011 | 111111 |
Color Harmonies of #FE417C
Complementary color
Monochromatic Colors of #FE417C
Black with #FE417C
Text Example
Text Example
White with #FE417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE417C; }
p { color: rgb(254,65,124); }
H1.HeaderClassName
{
color: #FE417C;
}
.AnyTagClassName
{
color: #FE417C;
}
</style>
background-color css
<style>
a { background-color: #FE417C; }
a { background-color: rgb(254,65,124); }
div.DivClassName
{
background-color: #FE417C;
}
.BgClassName
{
background-color: #FE417C;
}
</style>
border-color css
<style>
span { border-color: #FE417C; }
span { border-color: rgb(254,65,124); }
td.TdClassName
{
border-color: #FE417C;
}
.TagClassName
{
border-color: #FE417C;
}
</style>