Shades of Violet Red #FD477A
Tints of Violet Red #FD477A
RGB
CMYK
RGB Variations
Color information
#FD477A (or 0xFD477A) is known color: Violet Red. HEX triplet: FD, 47 and 7A. RGB value is (253,71,122). Sum of RGB (Red+Green+Blue) = 253+71+122=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD477A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD477A is #02B885. Grayscale: #838383. Windows color (decimal): -178310 or 8013821. OLE color: 8013821.
HSL color Cylindrical-coordinate representation of color #FD477A: hue angle of 343.19º 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 #FD477A is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 71 | 122 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.01 |
| HSL | 343.19º | 0.98% | 0.64% | - |
| HSV(B) | 343.19º | 0.72% | 0.99% | - |
| XYZ | 46.27 | 26.79 | 21.15 | - |
| YUV | 131.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 71 | 122 | 0 | 0.72 | 0.52 | 0.01 | 343.19 | 0.98 | 0.64 |
| Hex | FD | 47 | 7A | 0 | 48 | 34 | 1 | 157 | 62 | 40 |
| Octal | 375 | 107 | 172 | 0 | 110 | 64 | 1 | 527 | 142 | 100 |
| Binary | 11111101 | 1000111 | 1111010 | 0 | 1001000 | 110100 | 1 | 101010111 | 1100010 | 1000000 |
Color Harmonies of #FD477A
Complementary color
Monochromatic Colors of #FD477A
Black with #FD477A
Text Example
Text Example
White with #FD477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD477A; }
p { color: rgb(253,71,122); }
H1.HeaderClassName
{
color: #FD477A;
}
.AnyTagClassName
{
color: #FD477A;
}
</style>
background-color css
<style>
a { background-color: #FD477A; }
a { background-color: rgb(253,71,122); }
div.DivClassName
{
background-color: #FD477A;
}
.BgClassName
{
background-color: #FD477A;
}
</style>
border-color css
<style>
span { border-color: #FD477A; }
span { border-color: rgb(253,71,122); }
td.TdClassName
{
border-color: #FD477A;
}
.TagClassName
{
border-color: #FD477A;
}
</style>