Shades of Violet Red #FE417A
Tints of Violet Red #FE417A
RGB
CMYK
RGB Variations
Color information
#FE417A (or 0xFE417A) is known color: Violet Red. HEX triplet: FE, 41 and 7A. RGB value is (254,65,122). Sum of RGB (Red+Green+Blue) = 254+65+122=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE417A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE417A is #01BE85. Grayscale: #7F7F7F. Windows color (decimal): -114310 or 8012286. OLE color: 8012286.
HSL color Cylindrical-coordinate representation of color #FE417A: hue angle of 341.9º 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 #FE417A is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 122 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.00 |
| HSL | 341.9º | 0.99% | 0.63% | - |
| HSV(B) | 341.9º | 0.74% | 1% | - |
| XYZ | 46.28 | 26.26 | 21.04 | - |
| YUV | 128.01 | 124.62 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 122 | 0 | 0.74 | 0.52 | 0.00 | 341.9 | 0.99 | 0.63 |
| Hex | FE | 41 | 7A | 0 | 4A | 34 | 0 | 156 | 63 | 3F |
| Octal | 376 | 101 | 172 | 0 | 112 | 64 | 0 | 526 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1111010 | 0 | 1001010 | 110100 | 0 | 101010110 | 1100011 | 111111 |
Color Harmonies of #FE417A
Complementary color
Monochromatic Colors of #FE417A
Black with #FE417A
Text Example
Text Example
White with #FE417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE417A; }
p { color: rgb(254,65,122); }
H1.HeaderClassName
{
color: #FE417A;
}
.AnyTagClassName
{
color: #FE417A;
}
</style>
background-color css
<style>
a { background-color: #FE417A; }
a { background-color: rgb(254,65,122); }
div.DivClassName
{
background-color: #FE417A;
}
.BgClassName
{
background-color: #FE417A;
}
</style>
border-color css
<style>
span { border-color: #FE417A; }
span { border-color: rgb(254,65,122); }
td.TdClassName
{
border-color: #FE417A;
}
.TagClassName
{
border-color: #FE417A;
}
</style>