Shades of Salmon #FF8878
Tints of Salmon #FF8878
RGB
CMYK
RGB Variations
Color information
#FF8878 (or 0xFF8878) is known color: Salmon. HEX triplet: FF, 88 and 78. RGB value is (255,136,120). Sum of RGB (Red+Green+Blue) = 255+136+120=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8878 is #007787. Grayscale: #A9A9A9. Windows color (decimal): -30600 or 7899391. OLE color: 7899391.
HSL color Cylindrical-coordinate representation of color #FF8878: hue angle of 7.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF8878 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 120 | - |
| CMYK | 0 | 0.47 | 0.53 | 0 |
| HSL | 7.11º | 1% | 0.74% | - |
| HSV(B) | 7.11º | 0.53% | 1% | - |
| XYZ | 53.43 | 40.22 | 22.72 | - |
| YUV | 169.76 | 99.92 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 120 | 0 | 0.47 | 0.53 | 0 | 7.11 | 1 | 0.74 |
| Hex | FF | 88 | 78 | 0 | 2F | 35 | 0 | 7 | 64 | 4A |
| Octal | 377 | 210 | 170 | 0 | 57 | 65 | 0 | 7 | 144 | 112 |
| Binary | 11111111 | 10001000 | 1111000 | 0 | 101111 | 110101 | 0 | 111 | 1100100 | 1001010 |
Color Harmonies of #FF8878
Complementary color
Monochromatic Colors of #FF8878
Black with #FF8878
Text Example
Text Example
White with #FF8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8878; }
p { color: rgb(255,136,120); }
H1.HeaderClassName
{
color: #FF8878;
}
.AnyTagClassName
{
color: #FF8878;
}
</style>
background-color css
<style>
a { background-color: #FF8878; }
a { background-color: rgb(255,136,120); }
div.DivClassName
{
background-color: #FF8878;
}
.BgClassName
{
background-color: #FF8878;
}
</style>
border-color css
<style>
span { border-color: #FF8878; }
span { border-color: rgb(255,136,120); }
td.TdClassName
{
border-color: #FF8878;
}
.TagClassName
{
border-color: #FF8878;
}
</style>