Shades of Salmon #FE7878
Tints of Salmon #FE7878
RGB
CMYK
RGB Variations
Color information
#FE7878 (or 0xFE7878) is known color: Salmon. HEX triplet: FE, 78 and 78. RGB value is (254,120,120). Sum of RGB (Red+Green+Blue) = 254+120+120=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7878 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7878 is #018787. Grayscale: #A0A0A0. Windows color (decimal): -100232 or 7895294. OLE color: 7895294.
HSL color Cylindrical-coordinate representation of color #FE7878: hue angle of 0º 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 #FE7878 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 120 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.00 |
| HSL | 0º | 0.99% | 0.73% | - |
| HSV(B) | 0º | 0.53% | 1% | - |
| XYZ | 50.98 | 35.86 | 22 | - |
| YUV | 160.07 | 105.39 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 120 | 0 | 0.53 | 0.53 | 0.00 | 0 | 0.99 | 0.73 |
| Hex | FE | 78 | 78 | 0 | 35 | 35 | 0 | 0 | 63 | 49 |
| Octal | 376 | 170 | 170 | 0 | 65 | 65 | 0 | 0 | 143 | 111 |
| Binary | 11111110 | 1111000 | 1111000 | 0 | 110101 | 110101 | 0 | 0 | 1100011 | 1001001 |
Color Harmonies of #FE7878
Complementary color
Monochromatic Colors of #FE7878
Black with #FE7878
Text Example
Text Example
White with #FE7878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7878; }
p { color: rgb(254,120,120); }
H1.HeaderClassName
{
color: #FE7878;
}
.AnyTagClassName
{
color: #FE7878;
}
</style>
background-color css
<style>
a { background-color: #FE7878; }
a { background-color: rgb(254,120,120); }
div.DivClassName
{
background-color: #FE7878;
}
.BgClassName
{
background-color: #FE7878;
}
</style>
border-color css
<style>
span { border-color: #FE7878; }
span { border-color: rgb(254,120,120); }
td.TdClassName
{
border-color: #FE7878;
}
.TagClassName
{
border-color: #FE7878;
}
</style>