Shades of Salmon #FE7F78
Tints of Salmon #FE7F78
RGB
CMYK
RGB Variations
Color information
#FE7F78 (or 0xFE7F78) is known color: Salmon. HEX triplet: FE, 7F and 78. RGB value is (254,127,120). Sum of RGB (Red+Green+Blue) = 254+127+120=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7F78 is #018087. Grayscale: #A4A4A4. Windows color (decimal): -98440 or 7897086. OLE color: 7897086.
HSL color Cylindrical-coordinate representation of color #FE7F78: hue angle of 3.13º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE7F78 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 120 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.00 |
| HSL | 3.13º | 0.99% | 0.73% | - |
| HSV(B) | 3.13º | 0.53% | 1% | - |
| XYZ | 51.85 | 37.61 | 22.29 | - |
| YUV | 164.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 120 | 0 | 0.50 | 0.53 | 0.00 | 3.13 | 0.99 | 0.73 |
| Hex | FE | 7F | 78 | 0 | 32 | 35 | 0 | 3 | 63 | 49 |
| Octal | 376 | 177 | 170 | 0 | 62 | 65 | 0 | 3 | 143 | 111 |
| Binary | 11111110 | 1111111 | 1111000 | 0 | 110010 | 110101 | 0 | 11 | 1100011 | 1001001 |
Color Harmonies of #FE7F78
Complementary color
Monochromatic Colors of #FE7F78
Black with #FE7F78
Text Example
Text Example
White with #FE7F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F78; }
p { color: rgb(254,127,120); }
H1.HeaderClassName
{
color: #FE7F78;
}
.AnyTagClassName
{
color: #FE7F78;
}
</style>
background-color css
<style>
a { background-color: #FE7F78; }
a { background-color: rgb(254,127,120); }
div.DivClassName
{
background-color: #FE7F78;
}
.BgClassName
{
background-color: #FE7F78;
}
</style>
border-color css
<style>
span { border-color: #FE7F78; }
span { border-color: rgb(254,127,120); }
td.TdClassName
{
border-color: #FE7F78;
}
.TagClassName
{
border-color: #FE7F78;
}
</style>