Shades of Salmon #FD7575
Tints of Salmon #FD7575
RGB
CMYK
RGB Variations
Color information
#FD7575 (or 0xFD7575) is known color: Salmon. HEX triplet: FD, 75 and 75. RGB value is (253,117,117). Sum of RGB (Red+Green+Blue) = 253+117+117=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7575 is #028A8A. Grayscale: #9D9D9D. Windows color (decimal): -166539 or 7697917. OLE color: 7697917.
HSL color Cylindrical-coordinate representation of color #FD7575: hue angle of 0º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD7575 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 117 | 117 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.01 |
| HSL | 0º | 0.97% | 0.73% | - |
| HSV(B) | 0º | 0.54% | 0.99% | - |
| XYZ | 50.08 | 34.89 | 20.92 | - |
| YUV | 157.66 | 105.06 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 117 | 117 | 0 | 0.54 | 0.54 | 0.01 | 0 | 0.97 | 0.73 |
| Hex | FD | 75 | 75 | 0 | 36 | 36 | 1 | 0 | 61 | 49 |
| Octal | 375 | 165 | 165 | 0 | 66 | 66 | 1 | 0 | 141 | 111 |
| Binary | 11111101 | 1110101 | 1110101 | 0 | 110110 | 110110 | 1 | 0 | 1100001 | 1001001 |
Color Harmonies of #FD7575
Complementary color
Monochromatic Colors of #FD7575
Black with #FD7575
Text Example
Text Example
White with #FD7575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7575; }
p { color: rgb(253,117,117); }
H1.HeaderClassName
{
color: #FD7575;
}
.AnyTagClassName
{
color: #FD7575;
}
</style>
background-color css
<style>
a { background-color: #FD7575; }
a { background-color: rgb(253,117,117); }
div.DivClassName
{
background-color: #FD7575;
}
.BgClassName
{
background-color: #FD7575;
}
</style>
border-color css
<style>
span { border-color: #FD7575; }
span { border-color: rgb(253,117,117); }
td.TdClassName
{
border-color: #FD7575;
}
.TagClassName
{
border-color: #FD7575;
}
</style>