Shades of Salmon #FB7B72
Tints of Salmon #FB7B72
RGB
CMYK
RGB Variations
Color information
#FB7B72 (or 0xFB7B72) is known color: Salmon. HEX triplet: FB, 7B and 72. RGB value is (251,123,114). Sum of RGB (Red+Green+Blue) = 251+123+114=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B72 is #04848D. Grayscale: #A0A0A0. Windows color (decimal): -296078 or 7502843. OLE color: 7502843.
HSL color Cylindrical-coordinate representation of color #FB7B72: hue angle of 3.94º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB7B72 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 114 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.02 |
| HSL | 3.94º | 0.94% | 0.72% | - |
| HSV(B) | 3.94º | 0.55% | 0.98% | - |
| XYZ | 49.9 | 35.89 | 20.22 | - |
| YUV | 160.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 114 | 0 | 0.51 | 0.55 | 0.02 | 3.94 | 0.94 | 0.72 |
| Hex | FB | 7B | 72 | 0 | 33 | 37 | 2 | 4 | 5E | 48 |
| Octal | 373 | 173 | 162 | 0 | 63 | 67 | 2 | 4 | 136 | 110 |
| Binary | 11111011 | 1111011 | 1110010 | 0 | 110011 | 110111 | 10 | 100 | 1011110 | 1001000 |
Color Harmonies of #FB7B72
Complementary color
Monochromatic Colors of #FB7B72
Black with #FB7B72
Text Example
Text Example
White with #FB7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B72; }
p { color: rgb(251,123,114); }
H1.HeaderClassName
{
color: #FB7B72;
}
.AnyTagClassName
{
color: #FB7B72;
}
</style>
background-color css
<style>
a { background-color: #FB7B72; }
a { background-color: rgb(251,123,114); }
div.DivClassName
{
background-color: #FB7B72;
}
.BgClassName
{
background-color: #FB7B72;
}
</style>
border-color css
<style>
span { border-color: #FB7B72; }
span { border-color: rgb(251,123,114); }
td.TdClassName
{
border-color: #FB7B72;
}
.TagClassName
{
border-color: #FB7B72;
}
</style>