Shades of Salmon #FB7D78
Tints of Salmon #FB7D78
RGB
CMYK
RGB Variations
Color information
#FB7D78 (or 0xFB7D78) is known color: Salmon. HEX triplet: FB, 7D and 78. RGB value is (251,125,120). Sum of RGB (Red+Green+Blue) = 251+125+120=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7D78 is #048287. Grayscale: #A2A2A2. Windows color (decimal): -295560 or 7896571. OLE color: 7896571.
HSL color Cylindrical-coordinate representation of color #FB7D78: hue angle of 2.29º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB7D78 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 120 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.02 |
| HSL | 2.29º | 0.94% | 0.73% | - |
| HSV(B) | 2.29º | 0.52% | 0.98% | - |
| XYZ | 50.51 | 36.53 | 22.16 | - |
| YUV | 162.1 | 104.24 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 120 | 0 | 0.50 | 0.52 | 0.02 | 2.29 | 0.94 | 0.73 |
| Hex | FB | 7D | 78 | 0 | 32 | 34 | 2 | 2 | 5E | 49 |
| Octal | 373 | 175 | 170 | 0 | 62 | 64 | 2 | 2 | 136 | 111 |
| Binary | 11111011 | 1111101 | 1111000 | 0 | 110010 | 110100 | 10 | 10 | 1011110 | 1001001 |
Color Harmonies of #FB7D78
Complementary color
Monochromatic Colors of #FB7D78
Black with #FB7D78
Text Example
Text Example
White with #FB7D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D78; }
p { color: rgb(251,125,120); }
H1.HeaderClassName
{
color: #FB7D78;
}
.AnyTagClassName
{
color: #FB7D78;
}
</style>
background-color css
<style>
a { background-color: #FB7D78; }
a { background-color: rgb(251,125,120); }
div.DivClassName
{
background-color: #FB7D78;
}
.BgClassName
{
background-color: #FB7D78;
}
</style>
border-color css
<style>
span { border-color: #FB7D78; }
span { border-color: rgb(251,125,120); }
td.TdClassName
{
border-color: #FB7D78;
}
.TagClassName
{
border-color: #FB7D78;
}
</style>