Shades of Salmon #FD7978
Tints of Salmon #FD7978
RGB
CMYK
RGB Variations
Color information
#FD7978 (or 0xFD7978) is known color: Salmon. HEX triplet: FD, 79 and 78. RGB value is (253,121,120). Sum of RGB (Red+Green+Blue) = 253+121+120=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7978 is #028687. Grayscale: #A0A0A0. Windows color (decimal): -165512 or 7895549. OLE color: 7895549.
HSL color Cylindrical-coordinate representation of color #FD7978: hue angle of 0.45º 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 #FD7978 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 121 | 120 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.01 |
| HSL | 0.45º | 0.97% | 0.73% | - |
| HSV(B) | 0.45º | 0.53% | 0.99% | - |
| XYZ | 50.74 | 35.91 | 22.03 | - |
| YUV | 160.35 | 105.23 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 121 | 120 | 0 | 0.52 | 0.53 | 0.01 | 0.45 | 0.97 | 0.73 |
| Hex | FD | 79 | 78 | 0 | 34 | 35 | 1 | 0 | 61 | 49 |
| Octal | 375 | 171 | 170 | 0 | 64 | 65 | 1 | 0 | 141 | 111 |
| Binary | 11111101 | 1111001 | 1111000 | 0 | 110100 | 110101 | 1 | 0 | 1100001 | 1001001 |
Color Harmonies of #FD7978
Complementary color
Monochromatic Colors of #FD7978
Black with #FD7978
Text Example
Text Example
White with #FD7978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7978; }
p { color: rgb(253,121,120); }
H1.HeaderClassName
{
color: #FD7978;
}
.AnyTagClassName
{
color: #FD7978;
}
</style>
background-color css
<style>
a { background-color: #FD7978; }
a { background-color: rgb(253,121,120); }
div.DivClassName
{
background-color: #FD7978;
}
.BgClassName
{
background-color: #FD7978;
}
</style>
border-color css
<style>
span { border-color: #FD7978; }
span { border-color: rgb(253,121,120); }
td.TdClassName
{
border-color: #FD7978;
}
.TagClassName
{
border-color: #FD7978;
}
</style>