Shades of Salmon #FE7F7A
Tints of Salmon #FE7F7A
RGB
CMYK
RGB Variations
Color information
#FE7F7A (or 0xFE7F7A) is known color: Salmon. HEX triplet: FE, 7F and 7A. RGB value is (254,127,122). Sum of RGB (Red+Green+Blue) = 254+127+122=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7F7A is #018085. Grayscale: #A4A4A4. Windows color (decimal): -98438 or 8028158. OLE color: 8028158.
HSL color Cylindrical-coordinate representation of color #FE7F7A: hue angle of 2.27º 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 #FE7F7A is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 122 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.00 |
| HSL | 2.27º | 0.99% | 0.74% | - |
| HSV(B) | 2.27º | 0.52% | 1% | - |
| XYZ | 51.98 | 37.65 | 22.94 | - |
| YUV | 164.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 122 | 0 | 0.50 | 0.52 | 0.00 | 2.27 | 0.99 | 0.74 |
| Hex | FE | 7F | 7A | 0 | 32 | 34 | 0 | 2 | 63 | 4A |
| Octal | 376 | 177 | 172 | 0 | 62 | 64 | 0 | 2 | 143 | 112 |
| Binary | 11111110 | 1111111 | 1111010 | 0 | 110010 | 110100 | 0 | 10 | 1100011 | 1001010 |
Color Harmonies of #FE7F7A
Complementary color
Monochromatic Colors of #FE7F7A
Black with #FE7F7A
Text Example
Text Example
White with #FE7F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F7A; }
p { color: rgb(254,127,122); }
H1.HeaderClassName
{
color: #FE7F7A;
}
.AnyTagClassName
{
color: #FE7F7A;
}
</style>
background-color css
<style>
a { background-color: #FE7F7A; }
a { background-color: rgb(254,127,122); }
div.DivClassName
{
background-color: #FE7F7A;
}
.BgClassName
{
background-color: #FE7F7A;
}
</style>
border-color css
<style>
span { border-color: #FE7F7A; }
span { border-color: rgb(254,127,122); }
td.TdClassName
{
border-color: #FE7F7A;
}
.TagClassName
{
border-color: #FE7F7A;
}
</style>