Shades of Violet Red #FE407D
Tints of Violet Red #FE407D
RGB
CMYK
RGB Variations
Color information
#FE407D (or 0xFE407D) is known color: Violet Red. HEX triplet: FE, 40 and 7D. RGB value is (254,64,125). Sum of RGB (Red+Green+Blue) = 254+64+125=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE407D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE407D is #01BF82. Grayscale: #7F7F7F. Windows color (decimal): -114563 or 8208638. OLE color: 8208638.
HSL color Cylindrical-coordinate representation of color #FE407D: hue angle of 340.74º 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 #FE407D is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 125 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.00 |
| HSL | 340.74º | 0.99% | 0.62% | - |
| HSV(B) | 340.74º | 0.75% | 1% | - |
| XYZ | 46.41 | 26.22 | 22.02 | - |
| YUV | 127.76 | 126.45 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 125 | 0 | 0.75 | 0.51 | 0.00 | 340.74 | 0.99 | 0.62 |
| Hex | FE | 40 | 7D | 0 | 4B | 33 | 0 | 155 | 63 | 3E |
| Octal | 376 | 100 | 175 | 0 | 113 | 63 | 0 | 525 | 143 | 76 |
| Binary | 11111110 | 1000000 | 1111101 | 0 | 1001011 | 110011 | 0 | 101010101 | 1100011 | 111110 |
Color Harmonies of #FE407D
Complementary color
Monochromatic Colors of #FE407D
Black with #FE407D
Text Example
Text Example
White with #FE407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE407D; }
p { color: rgb(254,64,125); }
H1.HeaderClassName
{
color: #FE407D;
}
.AnyTagClassName
{
color: #FE407D;
}
</style>
background-color css
<style>
a { background-color: #FE407D; }
a { background-color: rgb(254,64,125); }
div.DivClassName
{
background-color: #FE407D;
}
.BgClassName
{
background-color: #FE407D;
}
</style>
border-color css
<style>
span { border-color: #FE407D; }
span { border-color: rgb(254,64,125); }
td.TdClassName
{
border-color: #FE407D;
}
.TagClassName
{
border-color: #FE407D;
}
</style>