Shades of Salmon #FE7D7A
Tints of Salmon #FE7D7A
RGB
CMYK
RGB Variations
Color information
#FE7D7A (or 0xFE7D7A) is known color: Salmon. HEX triplet: FE, 7D and 7A. RGB value is (254,125,122). Sum of RGB (Red+Green+Blue) = 254+125+122=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D7A is #018285. Grayscale: #A3A3A3. Windows color (decimal): -98950 or 8027646. OLE color: 8027646.
HSL color Cylindrical-coordinate representation of color #FE7D7A: hue angle of 1.36º 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 #FE7D7A is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 122 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.00 |
| HSL | 1.36º | 0.99% | 0.74% | - |
| HSV(B) | 1.36º | 0.52% | 1% | - |
| XYZ | 51.72 | 37.14 | 22.86 | - |
| YUV | 163.23 | 104.74 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 122 | 0 | 0.51 | 0.52 | 0.00 | 1.36 | 0.99 | 0.74 |
| Hex | FE | 7D | 7A | 0 | 33 | 34 | 0 | 1 | 63 | 4A |
| Octal | 376 | 175 | 172 | 0 | 63 | 64 | 0 | 1 | 143 | 112 |
| Binary | 11111110 | 1111101 | 1111010 | 0 | 110011 | 110100 | 0 | 1 | 1100011 | 1001010 |
Color Harmonies of #FE7D7A
Complementary color
Monochromatic Colors of #FE7D7A
Black with #FE7D7A
Text Example
Text Example
White with #FE7D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D7A; }
p { color: rgb(254,125,122); }
H1.HeaderClassName
{
color: #FE7D7A;
}
.AnyTagClassName
{
color: #FE7D7A;
}
</style>
background-color css
<style>
a { background-color: #FE7D7A; }
a { background-color: rgb(254,125,122); }
div.DivClassName
{
background-color: #FE7D7A;
}
.BgClassName
{
background-color: #FE7D7A;
}
</style>
border-color css
<style>
span { border-color: #FE7D7A; }
span { border-color: rgb(254,125,122); }
td.TdClassName
{
border-color: #FE7D7A;
}
.TagClassName
{
border-color: #FE7D7A;
}
</style>