Shades of Salmon #FD7373
Tints of Salmon #FD7373
RGB
CMYK
RGB Variations
Color information
#FD7373 (or 0xFD7373) is known color: Salmon. HEX triplet: FD, 73 and 73. RGB value is (253,115,115). Sum of RGB (Red+Green+Blue) = 253+115+115=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7373 is #028C8C. Grayscale: #9C9C9C. Windows color (decimal): -167053 or 7566333. OLE color: 7566333.
HSL color Cylindrical-coordinate representation of color #FD7373: hue angle of 0º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD7373 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 115 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.01 |
| HSL | 0º | 0.97% | 0.72% | - |
| HSV(B) | 0º | 0.55% | 0.99% | - |
| XYZ | 49.73 | 34.38 | 20.23 | - |
| YUV | 156.26 | 104.72 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 115 | 0 | 0.55 | 0.55 | 0.01 | 0 | 0.97 | 0.72 |
| Hex | FD | 73 | 73 | 0 | 37 | 37 | 1 | 0 | 61 | 48 |
| Octal | 375 | 163 | 163 | 0 | 67 | 67 | 1 | 0 | 141 | 110 |
| Binary | 11111101 | 1110011 | 1110011 | 0 | 110111 | 110111 | 1 | 0 | 1100001 | 1001000 |
Color Harmonies of #FD7373
Complementary color
Monochromatic Colors of #FD7373
Black with #FD7373
Text Example
Text Example
White with #FD7373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7373; }
p { color: rgb(253,115,115); }
H1.HeaderClassName
{
color: #FD7373;
}
.AnyTagClassName
{
color: #FD7373;
}
</style>
background-color css
<style>
a { background-color: #FD7373; }
a { background-color: rgb(253,115,115); }
div.DivClassName
{
background-color: #FD7373;
}
.BgClassName
{
background-color: #FD7373;
}
</style>
border-color css
<style>
span { border-color: #FD7373; }
span { border-color: rgb(253,115,115); }
td.TdClassName
{
border-color: #FD7373;
}
.TagClassName
{
border-color: #FD7373;
}
</style>