Shades of Salmon #FE7B79
Tints of Salmon #FE7B79
RGB
CMYK
RGB Variations
Color information
#FE7B79 (or 0xFE7B79) is known color: Salmon. HEX triplet: FE, 7B and 79. RGB value is (254,123,121). Sum of RGB (Red+Green+Blue) = 254+123+121=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B79 is #018486. Grayscale: #A2A2A2. Windows color (decimal): -99463 or 7961598. OLE color: 7961598.
HSL color Cylindrical-coordinate representation of color #FE7B79: hue angle of 0.9º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7B79 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 121 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.00 |
| HSL | 0.9º | 0.99% | 0.74% | - |
| HSV(B) | 0.9º | 0.52% | 1% | - |
| XYZ | 51.41 | 36.62 | 22.45 | - |
| YUV | 161.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 121 | 0 | 0.52 | 0.52 | 0.00 | 0.9 | 0.99 | 0.74 |
| Hex | FE | 7B | 79 | 0 | 34 | 34 | 0 | 1 | 63 | 4A |
| Octal | 376 | 173 | 171 | 0 | 64 | 64 | 0 | 1 | 143 | 112 |
| Binary | 11111110 | 1111011 | 1111001 | 0 | 110100 | 110100 | 0 | 1 | 1100011 | 1001010 |
Color Harmonies of #FE7B79
Complementary color
Monochromatic Colors of #FE7B79
Black with #FE7B79
Text Example
Text Example
White with #FE7B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B79; }
p { color: rgb(254,123,121); }
H1.HeaderClassName
{
color: #FE7B79;
}
.AnyTagClassName
{
color: #FE7B79;
}
</style>
background-color css
<style>
a { background-color: #FE7B79; }
a { background-color: rgb(254,123,121); }
div.DivClassName
{
background-color: #FE7B79;
}
.BgClassName
{
background-color: #FE7B79;
}
</style>
border-color css
<style>
span { border-color: #FE7B79; }
span { border-color: rgb(254,123,121); }
td.TdClassName
{
border-color: #FE7B79;
}
.TagClassName
{
border-color: #FE7B79;
}
</style>