Shades of Violet Red #FD407B
Tints of Violet Red #FD407B
RGB
CMYK
RGB Variations
Color information
#FD407B (or 0xFD407B) is known color: Violet Red. HEX triplet: FD, 40 and 7B. RGB value is (253,64,123). Sum of RGB (Red+Green+Blue) = 253+64+123=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FD407B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD407B is #02BF84. Grayscale: #7F7F7F. Windows color (decimal): -180101 or 8077565. OLE color: 8077565.
HSL color Cylindrical-coordinate representation of color #FD407B: hue angle of 341.27º 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 #FD407B is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 123 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.01 |
| HSL | 341.27º | 0.98% | 0.62% | - |
| HSV(B) | 341.27º | 0.75% | 0.99% | - |
| XYZ | 45.92 | 25.98 | 21.33 | - |
| YUV | 127.24 | 125.62 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 123 | 0 | 0.75 | 0.51 | 0.01 | 341.27 | 0.98 | 0.62 |
| Hex | FD | 40 | 7B | 0 | 4B | 33 | 1 | 155 | 62 | 3E |
| Octal | 375 | 100 | 173 | 0 | 113 | 63 | 1 | 525 | 142 | 76 |
| Binary | 11111101 | 1000000 | 1111011 | 0 | 1001011 | 110011 | 1 | 101010101 | 1100010 | 111110 |
Color Harmonies of #FD407B
Complementary color
Monochromatic Colors of #FD407B
Black with #FD407B
Text Example
Text Example
White with #FD407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD407B; }
p { color: rgb(253,64,123); }
H1.HeaderClassName
{
color: #FD407B;
}
.AnyTagClassName
{
color: #FD407B;
}
</style>
background-color css
<style>
a { background-color: #FD407B; }
a { background-color: rgb(253,64,123); }
div.DivClassName
{
background-color: #FD407B;
}
.BgClassName
{
background-color: #FD407B;
}
</style>
border-color css
<style>
span { border-color: #FD407B; }
span { border-color: rgb(253,64,123); }
td.TdClassName
{
border-color: #FD407B;
}
.TagClassName
{
border-color: #FD407B;
}
</style>