Shades of Violet Red #FD478A
Tints of Violet Red #FD478A
RGB
CMYK
RGB Variations
Color information
#FD478A (or 0xFD478A) is known color: Violet Red. HEX triplet: FD, 47 and 8A. RGB value is (253,71,138). Sum of RGB (Red+Green+Blue) = 253+71+138=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD478A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD478A is #02B875. Grayscale: #848484. Windows color (decimal): -178294 or 9062397. OLE color: 9062397.
HSL color Cylindrical-coordinate representation of color #FD478A: hue angle of 337.91º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD478A is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 71 | 138 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.01 |
| HSL | 337.91º | 0.98% | 0.64% | - |
| HSV(B) | 337.91º | 0.72% | 0.99% | - |
| XYZ | 47.35 | 27.22 | 26.8 | - |
| YUV | 133.06 | 130.8 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 71 | 138 | 0 | 0.72 | 0.45 | 0.01 | 337.91 | 0.98 | 0.64 |
| Hex | FD | 47 | 8A | 0 | 48 | 2D | 1 | 152 | 62 | 40 |
| Octal | 375 | 107 | 212 | 0 | 110 | 55 | 1 | 522 | 142 | 100 |
| Binary | 11111101 | 1000111 | 10001010 | 0 | 1001000 | 101101 | 1 | 101010010 | 1100010 | 1000000 |
Color Harmonies of #FD478A
Complementary color
Monochromatic Colors of #FD478A
Black with #FD478A
Text Example
Text Example
White with #FD478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD478A; }
p { color: rgb(253,71,138); }
H1.HeaderClassName
{
color: #FD478A;
}
.AnyTagClassName
{
color: #FD478A;
}
</style>
background-color css
<style>
a { background-color: #FD478A; }
a { background-color: rgb(253,71,138); }
div.DivClassName
{
background-color: #FD478A;
}
.BgClassName
{
background-color: #FD478A;
}
</style>
border-color css
<style>
span { border-color: #FD478A; }
span { border-color: rgb(253,71,138); }
td.TdClassName
{
border-color: #FD478A;
}
.TagClassName
{
border-color: #FD478A;
}
</style>