Shades of Salmon #FD7A7A
Tints of Salmon #FD7A7A
RGB
CMYK
RGB Variations
Color information
#FD7A7A (or 0xFD7A7A) is known color: Salmon. HEX triplet: FD, 7A and 7A. RGB value is (253,122,122). Sum of RGB (Red+Green+Blue) = 253+122+122=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A7A is #028585. Grayscale: #A1A1A1. Windows color (decimal): -165254 or 8026877. OLE color: 8026877.
HSL color Cylindrical-coordinate representation of color #FD7A7A: hue angle of 0º 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 #FD7A7A is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 122 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.01 |
| HSL | 0º | 0.97% | 0.74% | - |
| HSV(B) | 0º | 0.52% | 0.99% | - |
| XYZ | 50.98 | 36.21 | 22.71 | - |
| YUV | 161.17 | 105.9 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 122 | 0 | 0.52 | 0.52 | 0.01 | 0 | 0.97 | 0.74 |
| Hex | FD | 7A | 7A | 0 | 34 | 34 | 1 | 0 | 61 | 4A |
| Octal | 375 | 172 | 172 | 0 | 64 | 64 | 1 | 0 | 141 | 112 |
| Binary | 11111101 | 1111010 | 1111010 | 0 | 110100 | 110100 | 1 | 0 | 1100001 | 1001010 |
Color Harmonies of #FD7A7A
Complementary color
Monochromatic Colors of #FD7A7A
Black with #FD7A7A
Text Example
Text Example
White with #FD7A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A7A; }
p { color: rgb(253,122,122); }
H1.HeaderClassName
{
color: #FD7A7A;
}
.AnyTagClassName
{
color: #FD7A7A;
}
</style>
background-color css
<style>
a { background-color: #FD7A7A; }
a { background-color: rgb(253,122,122); }
div.DivClassName
{
background-color: #FD7A7A;
}
.BgClassName
{
background-color: #FD7A7A;
}
</style>
border-color css
<style>
span { border-color: #FD7A7A; }
span { border-color: rgb(253,122,122); }
td.TdClassName
{
border-color: #FD7A7A;
}
.TagClassName
{
border-color: #FD7A7A;
}
</style>