Shades of Salmon #FA7B78
Tints of Salmon #FA7B78
RGB
CMYK
RGB Variations
Color information
#FA7B78 (or 0xFA7B78) is known color: Salmon. HEX triplet: FA, 7B and 78. RGB value is (250,123,120). Sum of RGB (Red+Green+Blue) = 250+123+120=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7B78 is #058487. Grayscale: #A0A0A0. Windows color (decimal): -361608 or 7896058. OLE color: 7896058.
HSL color Cylindrical-coordinate representation of color #FA7B78: hue angle of 1.38º degrees, saturation: 0.93, 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 #FA7B78 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 120 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.02 |
| HSL | 1.38º | 0.93% | 0.73% | - |
| HSV(B) | 1.38º | 0.52% | 0.98% | - |
| XYZ | 49.9 | 35.85 | 22.06 | - |
| YUV | 160.63 | 105.08 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 120 | 0 | 0.51 | 0.52 | 0.02 | 1.38 | 0.93 | 0.73 |
| Hex | FA | 7B | 78 | 0 | 33 | 34 | 2 | 1 | 5D | 49 |
| Octal | 372 | 173 | 170 | 0 | 63 | 64 | 2 | 1 | 135 | 111 |
| Binary | 11111010 | 1111011 | 1111000 | 0 | 110011 | 110100 | 10 | 1 | 1011101 | 1001001 |
Color Harmonies of #FA7B78
Complementary color
Monochromatic Colors of #FA7B78
Black with #FA7B78
Text Example
Text Example
White with #FA7B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B78; }
p { color: rgb(250,123,120); }
H1.HeaderClassName
{
color: #FA7B78;
}
.AnyTagClassName
{
color: #FA7B78;
}
</style>
background-color css
<style>
a { background-color: #FA7B78; }
a { background-color: rgb(250,123,120); }
div.DivClassName
{
background-color: #FA7B78;
}
.BgClassName
{
background-color: #FA7B78;
}
</style>
border-color css
<style>
span { border-color: #FA7B78; }
span { border-color: rgb(250,123,120); }
td.TdClassName
{
border-color: #FA7B78;
}
.TagClassName
{
border-color: #FA7B78;
}
</style>