Shades of Salmon #FE7B71
Tints of Salmon #FE7B71
RGB
CMYK
RGB Variations
Color information
#FE7B71 (or 0xFE7B71) is known color: Salmon. HEX triplet: FE, 7B and 71. RGB value is (254,123,113). Sum of RGB (Red+Green+Blue) = 254+123+113=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B71 is #01848E. Grayscale: #A1A1A1. Windows color (decimal): -99471 or 7437310. OLE color: 7437310.
HSL color Cylindrical-coordinate representation of color #FE7B71: hue angle of 4.26º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE7B71 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 113 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.00 |
| HSL | 4.26º | 0.99% | 0.72% | - |
| HSV(B) | 4.26º | 0.56% | 1% | - |
| XYZ | 50.94 | 36.43 | 19.97 | - |
| YUV | 161.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 113 | 0 | 0.52 | 0.56 | 0.00 | 4.26 | 0.99 | 0.72 |
| Hex | FE | 7B | 71 | 0 | 34 | 38 | 0 | 4 | 63 | 48 |
| Octal | 376 | 173 | 161 | 0 | 64 | 70 | 0 | 4 | 143 | 110 |
| Binary | 11111110 | 1111011 | 1110001 | 0 | 110100 | 111000 | 0 | 100 | 1100011 | 1001000 |
Color Harmonies of #FE7B71
Complementary color
Monochromatic Colors of #FE7B71
Black with #FE7B71
Text Example
Text Example
White with #FE7B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B71; }
p { color: rgb(254,123,113); }
H1.HeaderClassName
{
color: #FE7B71;
}
.AnyTagClassName
{
color: #FE7B71;
}
</style>
background-color css
<style>
a { background-color: #FE7B71; }
a { background-color: rgb(254,123,113); }
div.DivClassName
{
background-color: #FE7B71;
}
.BgClassName
{
background-color: #FE7B71;
}
</style>
border-color css
<style>
span { border-color: #FE7B71; }
span { border-color: rgb(254,123,113); }
td.TdClassName
{
border-color: #FE7B71;
}
.TagClassName
{
border-color: #FE7B71;
}
</style>