Shades of Salmon #FB7F78
Tints of Salmon #FB7F78
RGB
CMYK
RGB Variations
Color information
#FB7F78 (or 0xFB7F78) is known color: Salmon. HEX triplet: FB, 7F and 78. RGB value is (251,127,120). Sum of RGB (Red+Green+Blue) = 251+127+120=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7F78 is #048087. Grayscale: #A3A3A3. Windows color (decimal): -295048 or 7897083. OLE color: 7897083.
HSL color Cylindrical-coordinate representation of color #FB7F78: hue angle of 3.21º 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 #FB7F78 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 127 | 120 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.02 |
| HSL | 3.21º | 0.94% | 0.73% | - |
| HSV(B) | 3.21º | 0.52% | 0.98% | - |
| XYZ | 50.76 | 37.04 | 22.24 | - |
| YUV | 163.28 | 103.58 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 127 | 120 | 0 | 0.49 | 0.52 | 0.02 | 3.21 | 0.94 | 0.73 |
| Hex | FB | 7F | 78 | 0 | 31 | 34 | 2 | 3 | 5E | 49 |
| Octal | 373 | 177 | 170 | 0 | 61 | 64 | 2 | 3 | 136 | 111 |
| Binary | 11111011 | 1111111 | 1111000 | 0 | 110001 | 110100 | 10 | 11 | 1011110 | 1001001 |
Color Harmonies of #FB7F78
Complementary color
Monochromatic Colors of #FB7F78
Black with #FB7F78
Text Example
Text Example
White with #FB7F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7F78; }
p { color: rgb(251,127,120); }
H1.HeaderClassName
{
color: #FB7F78;
}
.AnyTagClassName
{
color: #FB7F78;
}
</style>
background-color css
<style>
a { background-color: #FB7F78; }
a { background-color: rgb(251,127,120); }
div.DivClassName
{
background-color: #FB7F78;
}
.BgClassName
{
background-color: #FB7F78;
}
</style>
border-color css
<style>
span { border-color: #FB7F78; }
span { border-color: rgb(251,127,120); }
td.TdClassName
{
border-color: #FB7F78;
}
.TagClassName
{
border-color: #FB7F78;
}
</style>