Shades of Violet Red #FD407E
Tints of Violet Red #FD407E
RGB
CMYK
RGB Variations
Color information
#FD407E (or 0xFD407E) is known color: Violet Red. HEX triplet: FD, 40 and 7E. RGB value is (253,64,126). Sum of RGB (Red+Green+Blue) = 253+64+126=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD407E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD407E is #02BF81. Grayscale: #7F7F7F. Windows color (decimal): -180098 or 8274173. OLE color: 8274173.
HSL color Cylindrical-coordinate representation of color #FD407E: hue angle of 340.32º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD407E is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 126 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.01 |
| HSL | 340.32º | 0.98% | 0.62% | - |
| HSV(B) | 340.32º | 0.75% | 0.99% | - |
| XYZ | 46.11 | 26.06 | 22.34 | - |
| YUV | 127.58 | 127.12 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 126 | 0 | 0.75 | 0.50 | 0.01 | 340.32 | 0.98 | 0.62 |
| Hex | FD | 40 | 7E | 0 | 4B | 32 | 1 | 154 | 62 | 3E |
| Octal | 375 | 100 | 176 | 0 | 113 | 62 | 1 | 524 | 142 | 76 |
| Binary | 11111101 | 1000000 | 1111110 | 0 | 1001011 | 110010 | 1 | 101010100 | 1100010 | 111110 |
Color Harmonies of #FD407E
Complementary color
Monochromatic Colors of #FD407E
Black with #FD407E
Text Example
Text Example
White with #FD407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD407E; }
p { color: rgb(253,64,126); }
H1.HeaderClassName
{
color: #FD407E;
}
.AnyTagClassName
{
color: #FD407E;
}
</style>
background-color css
<style>
a { background-color: #FD407E; }
a { background-color: rgb(253,64,126); }
div.DivClassName
{
background-color: #FD407E;
}
.BgClassName
{
background-color: #FD407E;
}
</style>
border-color css
<style>
span { border-color: #FD407E; }
span { border-color: rgb(253,64,126); }
td.TdClassName
{
border-color: #FD407E;
}
.TagClassName
{
border-color: #FD407E;
}
</style>