Shades of Salmon #FA7971
Tints of Salmon #FA7971
RGB
CMYK
RGB Variations
Color information
#FA7971 (or 0xFA7971) is known color: Salmon. HEX triplet: FA, 79 and 71. RGB value is (250,121,113). Sum of RGB (Red+Green+Blue) = 250+121+113=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7971 is #05868E. Grayscale: #9E9E9E. Windows color (decimal): -362127 or 7436794. OLE color: 7436794.
HSL color Cylindrical-coordinate representation of color #FA7971: hue angle of 3.5º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA7971 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 113 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.02 |
| HSL | 3.5º | 0.93% | 0.71% | - |
| HSV(B) | 3.5º | 0.55% | 0.98% | - |
| XYZ | 49.24 | 35.19 | 19.82 | - |
| YUV | 158.66 | 102.24 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 113 | 0 | 0.52 | 0.55 | 0.02 | 3.5 | 0.93 | 0.71 |
| Hex | FA | 79 | 71 | 0 | 34 | 37 | 2 | 4 | 5D | 47 |
| Octal | 372 | 171 | 161 | 0 | 64 | 67 | 2 | 4 | 135 | 107 |
| Binary | 11111010 | 1111001 | 1110001 | 0 | 110100 | 110111 | 10 | 100 | 1011101 | 1000111 |
Color Harmonies of #FA7971
Complementary color
Monochromatic Colors of #FA7971
Black with #FA7971
Text Example
Text Example
White with #FA7971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7971; }
p { color: rgb(250,121,113); }
H1.HeaderClassName
{
color: #FA7971;
}
.AnyTagClassName
{
color: #FA7971;
}
</style>
background-color css
<style>
a { background-color: #FA7971; }
a { background-color: rgb(250,121,113); }
div.DivClassName
{
background-color: #FA7971;
}
.BgClassName
{
background-color: #FA7971;
}
</style>
border-color css
<style>
span { border-color: #FA7971; }
span { border-color: rgb(250,121,113); }
td.TdClassName
{
border-color: #FA7971;
}
.TagClassName
{
border-color: #FA7971;
}
</style>