Shades of Violet Red #FD4080
Tints of Violet Red #FD4080
RGB
CMYK
RGB Variations
Color information
#FD4080 (or 0xFD4080) is known color: Violet Red. HEX triplet: FD, 40 and 80. RGB value is (253,64,128). Sum of RGB (Red+Green+Blue) = 253+64+128=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4080 is #02BF7F. Grayscale: #7F7F7F. Windows color (decimal): -180096 or 8405245. OLE color: 8405245.
HSL color Cylindrical-coordinate representation of color #FD4080: hue angle of 339.68º 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 #FD4080 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 128 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.01 |
| HSL | 339.68º | 0.98% | 0.62% | - |
| HSV(B) | 339.68º | 0.75% | 0.99% | - |
| XYZ | 46.24 | 26.11 | 23.02 | - |
| YUV | 127.81 | 128.12 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 128 | 0 | 0.75 | 0.49 | 0.01 | 339.68 | 0.98 | 0.62 |
| Hex | FD | 40 | 80 | 0 | 4B | 31 | 1 | 154 | 62 | 3E |
| Octal | 375 | 100 | 200 | 0 | 113 | 61 | 1 | 524 | 142 | 76 |
| Binary | 11111101 | 1000000 | 10000000 | 0 | 1001011 | 110001 | 1 | 101010100 | 1100010 | 111110 |
Color Harmonies of #FD4080
Complementary color
Monochromatic Colors of #FD4080
Black with #FD4080
Text Example
Text Example
White with #FD4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4080; }
p { color: rgb(253,64,128); }
H1.HeaderClassName
{
color: #FD4080;
}
.AnyTagClassName
{
color: #FD4080;
}
</style>
background-color css
<style>
a { background-color: #FD4080; }
a { background-color: rgb(253,64,128); }
div.DivClassName
{
background-color: #FD4080;
}
.BgClassName
{
background-color: #FD4080;
}
</style>
border-color css
<style>
span { border-color: #FD4080; }
span { border-color: rgb(253,64,128); }
td.TdClassName
{
border-color: #FD4080;
}
.TagClassName
{
border-color: #FD4080;
}
</style>