Shades of Salmon #FA7B7A
Tints of Salmon #FA7B7A
RGB
CMYK
RGB Variations
Color information
#FA7B7A (or 0xFA7B7A) is known color: Salmon. HEX triplet: FA, 7B and 7A. RGB value is (250,123,122). Sum of RGB (Red+Green+Blue) = 250+123+122=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7B7A is #058485. Grayscale: #A0A0A0. Windows color (decimal): -361606 or 8027130. OLE color: 8027130.
HSL color Cylindrical-coordinate representation of color #FA7B7A: hue angle of 0.47º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7B7A is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 122 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.02 |
| HSL | 0.47º | 0.93% | 0.73% | - |
| HSV(B) | 0.47º | 0.51% | 0.98% | - |
| XYZ | 50.02 | 35.9 | 22.7 | - |
| YUV | 160.86 | 106.08 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 122 | 0 | 0.51 | 0.51 | 0.02 | 0.47 | 0.93 | 0.73 |
| Hex | FA | 7B | 7A | 0 | 33 | 33 | 2 | 0 | 5D | 49 |
| Octal | 372 | 173 | 172 | 0 | 63 | 63 | 2 | 0 | 135 | 111 |
| Binary | 11111010 | 1111011 | 1111010 | 0 | 110011 | 110011 | 10 | 0 | 1011101 | 1001001 |
Color Harmonies of #FA7B7A
Complementary color
Monochromatic Colors of #FA7B7A
Black with #FA7B7A
Text Example
Text Example
White with #FA7B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B7A; }
p { color: rgb(250,123,122); }
H1.HeaderClassName
{
color: #FA7B7A;
}
.AnyTagClassName
{
color: #FA7B7A;
}
</style>
background-color css
<style>
a { background-color: #FA7B7A; }
a { background-color: rgb(250,123,122); }
div.DivClassName
{
background-color: #FA7B7A;
}
.BgClassName
{
background-color: #FA7B7A;
}
</style>
border-color css
<style>
span { border-color: #FA7B7A; }
span { border-color: rgb(250,123,122); }
td.TdClassName
{
border-color: #FA7B7A;
}
.TagClassName
{
border-color: #FA7B7A;
}
</style>