Shades of Violet Red #FD478C
Tints of Violet Red #FD478C
RGB
CMYK
RGB Variations
Color information
#FD478C (or 0xFD478C) is known color: Violet Red. HEX triplet: FD, 47 and 8C. RGB value is (253,71,140). Sum of RGB (Red+Green+Blue) = 253+71+140=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD478C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD478C is #02B873. Grayscale: #858585. Windows color (decimal): -178292 or 9193469. OLE color: 9193469.
HSL color Cylindrical-coordinate representation of color #FD478C: hue angle of 337.25º 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 #FD478C is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 71 | 140 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.01 |
| HSL | 337.25º | 0.98% | 0.64% | - |
| HSV(B) | 337.25º | 0.72% | 0.99% | - |
| XYZ | 47.49 | 27.28 | 27.57 | - |
| YUV | 133.28 | 131.8 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 71 | 140 | 0 | 0.72 | 0.45 | 0.01 | 337.25 | 0.98 | 0.64 |
| Hex | FD | 47 | 8C | 0 | 48 | 2D | 1 | 151 | 62 | 40 |
| Octal | 375 | 107 | 214 | 0 | 110 | 55 | 1 | 521 | 142 | 100 |
| Binary | 11111101 | 1000111 | 10001100 | 0 | 1001000 | 101101 | 1 | 101010001 | 1100010 | 1000000 |
Color Harmonies of #FD478C
Complementary color
Monochromatic Colors of #FD478C
Black with #FD478C
Text Example
Text Example
White with #FD478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD478C; }
p { color: rgb(253,71,140); }
H1.HeaderClassName
{
color: #FD478C;
}
.AnyTagClassName
{
color: #FD478C;
}
</style>
background-color css
<style>
a { background-color: #FD478C; }
a { background-color: rgb(253,71,140); }
div.DivClassName
{
background-color: #FD478C;
}
.BgClassName
{
background-color: #FD478C;
}
</style>
border-color css
<style>
span { border-color: #FD478C; }
span { border-color: rgb(253,71,140); }
td.TdClassName
{
border-color: #FD478C;
}
.TagClassName
{
border-color: #FD478C;
}
</style>