Shades of Salmon #FA7B75
Tints of Salmon #FA7B75
RGB
CMYK
RGB Variations
Color information
#FA7B75 (or 0xFA7B75) is known color: Salmon. HEX triplet: FA, 7B and 75. RGB value is (250,123,117). Sum of RGB (Red+Green+Blue) = 250+123+117=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7B75 is #05848A. Grayscale: #A0A0A0. Windows color (decimal): -361611 or 7699450. OLE color: 7699450.
HSL color Cylindrical-coordinate representation of color #FA7B75: hue angle of 2.71º degrees, saturation: 0.93, 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 #FA7B75 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 117 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.02 |
| HSL | 2.71º | 0.93% | 0.72% | - |
| HSV(B) | 2.71º | 0.53% | 0.98% | - |
| XYZ | 49.72 | 35.77 | 21.11 | - |
| YUV | 160.29 | 103.58 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 117 | 0 | 0.51 | 0.53 | 0.02 | 2.71 | 0.93 | 0.72 |
| Hex | FA | 7B | 75 | 0 | 33 | 35 | 2 | 3 | 5D | 48 |
| Octal | 372 | 173 | 165 | 0 | 63 | 65 | 2 | 3 | 135 | 110 |
| Binary | 11111010 | 1111011 | 1110101 | 0 | 110011 | 110101 | 10 | 11 | 1011101 | 1001000 |
Color Harmonies of #FA7B75
Complementary color
Monochromatic Colors of #FA7B75
Black with #FA7B75
Text Example
Text Example
White with #FA7B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B75; }
p { color: rgb(250,123,117); }
H1.HeaderClassName
{
color: #FA7B75;
}
.AnyTagClassName
{
color: #FA7B75;
}
</style>
background-color css
<style>
a { background-color: #FA7B75; }
a { background-color: rgb(250,123,117); }
div.DivClassName
{
background-color: #FA7B75;
}
.BgClassName
{
background-color: #FA7B75;
}
</style>
border-color css
<style>
span { border-color: #FA7B75; }
span { border-color: rgb(250,123,117); }
td.TdClassName
{
border-color: #FA7B75;
}
.TagClassName
{
border-color: #FA7B75;
}
</style>