Shades of Violet Red #FE407A
Tints of Violet Red #FE407A
RGB
CMYK
RGB Variations
Color information
#FE407A (or 0xFE407A) is known color: Violet Red. HEX triplet: FE, 40 and 7A. RGB value is (254,64,122). Sum of RGB (Red+Green+Blue) = 254+64+122=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE407A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE407A is #01BF85. Grayscale: #7F7F7F. Windows color (decimal): -114566 or 8012030. OLE color: 8012030.
HSL color Cylindrical-coordinate representation of color #FE407A: hue angle of 341.68º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE407A is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 122 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.00 |
| HSL | 341.68º | 0.99% | 0.62% | - |
| HSV(B) | 341.68º | 0.75% | 1% | - |
| XYZ | 46.22 | 26.14 | 21.02 | - |
| YUV | 127.42 | 124.95 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 122 | 0 | 0.75 | 0.52 | 0.00 | 341.68 | 0.99 | 0.62 |
| Hex | FE | 40 | 7A | 0 | 4B | 34 | 0 | 156 | 63 | 3E |
| Octal | 376 | 100 | 172 | 0 | 113 | 64 | 0 | 526 | 143 | 76 |
| Binary | 11111110 | 1000000 | 1111010 | 0 | 1001011 | 110100 | 0 | 101010110 | 1100011 | 111110 |
Color Harmonies of #FE407A
Complementary color
Monochromatic Colors of #FE407A
Black with #FE407A
Text Example
Text Example
White with #FE407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE407A; }
p { color: rgb(254,64,122); }
H1.HeaderClassName
{
color: #FE407A;
}
.AnyTagClassName
{
color: #FE407A;
}
</style>
background-color css
<style>
a { background-color: #FE407A; }
a { background-color: rgb(254,64,122); }
div.DivClassName
{
background-color: #FE407A;
}
.BgClassName
{
background-color: #FE407A;
}
</style>
border-color css
<style>
span { border-color: #FE407A; }
span { border-color: rgb(254,64,122); }
td.TdClassName
{
border-color: #FE407A;
}
.TagClassName
{
border-color: #FE407A;
}
</style>