Shades of Salmon #FB7575
Tints of Salmon #FB7575
RGB
CMYK
RGB Variations
Color information
#FB7575 (or 0xFB7575) is known color: Salmon. HEX triplet: FB, 75 and 75. RGB value is (251,117,117). Sum of RGB (Red+Green+Blue) = 251+117+117=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7575 is #048A8A. Grayscale: #9D9D9D. Windows color (decimal): -297611 or 7697915. OLE color: 7697915.
HSL color Cylindrical-coordinate representation of color #FB7575: hue angle of 0º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB7575 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 117 | 117 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.02 |
| HSL | 0º | 0.94% | 0.72% | - |
| HSV(B) | 0º | 0.53% | 0.98% | - |
| XYZ | 49.36 | 34.52 | 20.89 | - |
| YUV | 157.07 | 105.39 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 117 | 117 | 0 | 0.53 | 0.53 | 0.02 | 0 | 0.94 | 0.72 |
| Hex | FB | 75 | 75 | 0 | 35 | 35 | 2 | 0 | 5E | 48 |
| Octal | 373 | 165 | 165 | 0 | 65 | 65 | 2 | 0 | 136 | 110 |
| Binary | 11111011 | 1110101 | 1110101 | 0 | 110101 | 110101 | 10 | 0 | 1011110 | 1001000 |
Color Harmonies of #FB7575
Complementary color
Monochromatic Colors of #FB7575
Black with #FB7575
Text Example
Text Example
White with #FB7575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7575; }
p { color: rgb(251,117,117); }
H1.HeaderClassName
{
color: #FB7575;
}
.AnyTagClassName
{
color: #FB7575;
}
</style>
background-color css
<style>
a { background-color: #FB7575; }
a { background-color: rgb(251,117,117); }
div.DivClassName
{
background-color: #FB7575;
}
.BgClassName
{
background-color: #FB7575;
}
</style>
border-color css
<style>
span { border-color: #FB7575; }
span { border-color: rgb(251,117,117); }
td.TdClassName
{
border-color: #FB7575;
}
.TagClassName
{
border-color: #FB7575;
}
</style>