Shades of Salmon #FD7B7A
Tints of Salmon #FD7B7A
RGB
CMYK
RGB Variations
Color information
#FD7B7A (or 0xFD7B7A) is known color: Salmon. HEX triplet: FD, 7B and 7A. RGB value is (253,123,122). Sum of RGB (Red+Green+Blue) = 253+123+122=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7B7A is #028485. Grayscale: #A1A1A1. Windows color (decimal): -164998 or 8027133. OLE color: 8027133.
HSL color Cylindrical-coordinate representation of color #FD7B7A: hue angle of 0.46º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD7B7A is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 122 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.01 |
| HSL | 0.46º | 0.97% | 0.74% | - |
| HSV(B) | 0.46º | 0.52% | 0.99% | - |
| XYZ | 51.1 | 36.45 | 22.76 | - |
| YUV | 161.76 | 105.57 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 122 | 0 | 0.51 | 0.52 | 0.01 | 0.46 | 0.97 | 0.74 |
| Hex | FD | 7B | 7A | 0 | 33 | 34 | 1 | 0 | 61 | 4A |
| Octal | 375 | 173 | 172 | 0 | 63 | 64 | 1 | 0 | 141 | 112 |
| Binary | 11111101 | 1111011 | 1111010 | 0 | 110011 | 110100 | 1 | 0 | 1100001 | 1001010 |
Color Harmonies of #FD7B7A
Complementary color
Monochromatic Colors of #FD7B7A
Black with #FD7B7A
Text Example
Text Example
White with #FD7B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B7A; }
p { color: rgb(253,123,122); }
H1.HeaderClassName
{
color: #FD7B7A;
}
.AnyTagClassName
{
color: #FD7B7A;
}
</style>
background-color css
<style>
a { background-color: #FD7B7A; }
a { background-color: rgb(253,123,122); }
div.DivClassName
{
background-color: #FD7B7A;
}
.BgClassName
{
background-color: #FD7B7A;
}
</style>
border-color css
<style>
span { border-color: #FD7B7A; }
span { border-color: rgb(253,123,122); }
td.TdClassName
{
border-color: #FD7B7A;
}
.TagClassName
{
border-color: #FD7B7A;
}
</style>