Shades of Violet Red #FD477C
Tints of Violet Red #FD477C
RGB
CMYK
RGB Variations
Color information
#FD477C (or 0xFD477C) is known color: Violet Red. HEX triplet: FD, 47 and 7C. RGB value is (253,71,124). Sum of RGB (Red+Green+Blue) = 253+71+124=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD477C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD477C is #02B883. Grayscale: #838383. Windows color (decimal): -178308 or 8144893. OLE color: 8144893.
HSL color Cylindrical-coordinate representation of color #FD477C: hue angle of 342.53º 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 #FD477C is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 71 | 124 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.01 |
| HSL | 342.53º | 0.98% | 0.64% | - |
| HSV(B) | 342.53º | 0.72% | 0.99% | - |
| XYZ | 46.4 | 26.84 | 21.8 | - |
| YUV | 131.46 | 123.8 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 71 | 124 | 0 | 0.72 | 0.51 | 0.01 | 342.53 | 0.98 | 0.64 |
| Hex | FD | 47 | 7C | 0 | 48 | 33 | 1 | 157 | 62 | 40 |
| Octal | 375 | 107 | 174 | 0 | 110 | 63 | 1 | 527 | 142 | 100 |
| Binary | 11111101 | 1000111 | 1111100 | 0 | 1001000 | 110011 | 1 | 101010111 | 1100010 | 1000000 |
Color Harmonies of #FD477C
Complementary color
Monochromatic Colors of #FD477C
Black with #FD477C
Text Example
Text Example
White with #FD477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD477C; }
p { color: rgb(253,71,124); }
H1.HeaderClassName
{
color: #FD477C;
}
.AnyTagClassName
{
color: #FD477C;
}
</style>
background-color css
<style>
a { background-color: #FD477C; }
a { background-color: rgb(253,71,124); }
div.DivClassName
{
background-color: #FD477C;
}
.BgClassName
{
background-color: #FD477C;
}
</style>
border-color css
<style>
span { border-color: #FD477C; }
span { border-color: rgb(253,71,124); }
td.TdClassName
{
border-color: #FD477C;
}
.TagClassName
{
border-color: #FD477C;
}
</style>