Shades of Salmon #FE7B72
Tints of Salmon #FE7B72
RGB
CMYK
RGB Variations
Color information
#FE7B72 (or 0xFE7B72) is known color: Salmon. HEX triplet: FE, 7B and 72. RGB value is (254,123,114). Sum of RGB (Red+Green+Blue) = 254+123+114=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B72 is #01848D. Grayscale: #A1A1A1. Windows color (decimal): -99470 or 7502846. OLE color: 7502846.
HSL color Cylindrical-coordinate representation of color #FE7B72: hue angle of 3.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE7B72 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 114 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.00 |
| HSL | 3.86º | 0.99% | 0.72% | - |
| HSV(B) | 3.86º | 0.55% | 1% | - |
| XYZ | 50.99 | 36.45 | 20.27 | - |
| YUV | 161.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 114 | 0 | 0.52 | 0.55 | 0.00 | 3.86 | 0.99 | 0.72 |
| Hex | FE | 7B | 72 | 0 | 34 | 37 | 0 | 4 | 63 | 48 |
| Octal | 376 | 173 | 162 | 0 | 64 | 67 | 0 | 4 | 143 | 110 |
| Binary | 11111110 | 1111011 | 1110010 | 0 | 110100 | 110111 | 0 | 100 | 1100011 | 1001000 |
Color Harmonies of #FE7B72
Complementary color
Monochromatic Colors of #FE7B72
Black with #FE7B72
Text Example
Text Example
White with #FE7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B72; }
p { color: rgb(254,123,114); }
H1.HeaderClassName
{
color: #FE7B72;
}
.AnyTagClassName
{
color: #FE7B72;
}
</style>
background-color css
<style>
a { background-color: #FE7B72; }
a { background-color: rgb(254,123,114); }
div.DivClassName
{
background-color: #FE7B72;
}
.BgClassName
{
background-color: #FE7B72;
}
</style>
border-color css
<style>
span { border-color: #FE7B72; }
span { border-color: rgb(254,123,114); }
td.TdClassName
{
border-color: #FE7B72;
}
.TagClassName
{
border-color: #FE7B72;
}
</style>