Shades of Salmon #FB7D70
Tints of Salmon #FB7D70
RGB
CMYK
RGB Variations
Color information
#FB7D70 (or 0xFB7D70) is known color: Salmon. HEX triplet: FB, 7D and 70. RGB value is (251,125,112). Sum of RGB (Red+Green+Blue) = 251+125+112=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7D70 is #04828F. Grayscale: #A1A1A1. Windows color (decimal): -295568 or 7372283. OLE color: 7372283.
HSL color Cylindrical-coordinate representation of color #FB7D70: hue angle of 5.61º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB7D70 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 112 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.02 |
| HSL | 5.61º | 0.95% | 0.71% | - |
| HSV(B) | 5.61º | 0.55% | 0.98% | - |
| XYZ | 50.04 | 36.35 | 19.71 | - |
| YUV | 161.19 | 100.24 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 112 | 0 | 0.50 | 0.55 | 0.02 | 5.61 | 0.95 | 0.71 |
| Hex | FB | 7D | 70 | 0 | 32 | 37 | 2 | 6 | 5F | 47 |
| Octal | 373 | 175 | 160 | 0 | 62 | 67 | 2 | 6 | 137 | 107 |
| Binary | 11111011 | 1111101 | 1110000 | 0 | 110010 | 110111 | 10 | 110 | 1011111 | 1000111 |
Color Harmonies of #FB7D70
Complementary color
Monochromatic Colors of #FB7D70
Black with #FB7D70
Text Example
Text Example
White with #FB7D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D70; }
p { color: rgb(251,125,112); }
H1.HeaderClassName
{
color: #FB7D70;
}
.AnyTagClassName
{
color: #FB7D70;
}
</style>
background-color css
<style>
a { background-color: #FB7D70; }
a { background-color: rgb(251,125,112); }
div.DivClassName
{
background-color: #FB7D70;
}
.BgClassName
{
background-color: #FB7D70;
}
</style>
border-color css
<style>
span { border-color: #FB7D70; }
span { border-color: rgb(251,125,112); }
td.TdClassName
{
border-color: #FB7D70;
}
.TagClassName
{
border-color: #FB7D70;
}
</style>