Shades of Salmon #FD7A78
Tints of Salmon #FD7A78
RGB
CMYK
RGB Variations
Color information
#FD7A78 (or 0xFD7A78) is known color: Salmon. HEX triplet: FD, 7A and 78. RGB value is (253,122,120). Sum of RGB (Red+Green+Blue) = 253+122+120=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A78 is #028587. Grayscale: #A1A1A1. Windows color (decimal): -165256 or 7895805. OLE color: 7895805.
HSL color Cylindrical-coordinate representation of color #FD7A78: hue angle of 0.9º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD7A78 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 120 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.01 |
| HSL | 0.9º | 0.97% | 0.73% | - |
| HSV(B) | 0.9º | 0.53% | 0.99% | - |
| XYZ | 50.86 | 36.16 | 22.07 | - |
| YUV | 160.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 120 | 0 | 0.52 | 0.53 | 0.01 | 0.9 | 0.97 | 0.73 |
| Hex | FD | 7A | 78 | 0 | 34 | 35 | 1 | 1 | 61 | 49 |
| Octal | 375 | 172 | 170 | 0 | 64 | 65 | 1 | 1 | 141 | 111 |
| Binary | 11111101 | 1111010 | 1111000 | 0 | 110100 | 110101 | 1 | 1 | 1100001 | 1001001 |
Color Harmonies of #FD7A78
Complementary color
Monochromatic Colors of #FD7A78
Black with #FD7A78
Text Example
Text Example
White with #FD7A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A78; }
p { color: rgb(253,122,120); }
H1.HeaderClassName
{
color: #FD7A78;
}
.AnyTagClassName
{
color: #FD7A78;
}
</style>
background-color css
<style>
a { background-color: #FD7A78; }
a { background-color: rgb(253,122,120); }
div.DivClassName
{
background-color: #FD7A78;
}
.BgClassName
{
background-color: #FD7A78;
}
</style>
border-color css
<style>
span { border-color: #FD7A78; }
span { border-color: rgb(253,122,120); }
td.TdClassName
{
border-color: #FD7A78;
}
.TagClassName
{
border-color: #FD7A78;
}
</style>