Shades of Salmon #F28878
Tints of Salmon #F28878
RGB
CMYK
RGB Variations
Color information
#F28878 (or 0xF28878) is known color: Salmon. HEX triplet: F2, 88 and 78. RGB value is (242,136,120). Sum of RGB (Red+Green+Blue) = 242+136+120=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F28878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28878 is #0D7787. Grayscale: #A6A6A6. Windows color (decimal): -882568 or 7899378. OLE color: 7899378.
HSL color Cylindrical-coordinate representation of color #F28878: hue angle of 7.87º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F28878 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 120 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.05 |
| HSL | 7.87º | 0.82% | 0.71% | - |
| HSV(B) | 7.87º | 0.5% | 0.95% | - |
| XYZ | 48.81 | 37.84 | 22.5 | - |
| YUV | 165.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 120 | 0 | 0.44 | 0.50 | 0.05 | 7.87 | 0.82 | 0.71 |
| Hex | F2 | 88 | 78 | 0 | 2C | 32 | 5 | 8 | 52 | 47 |
| Octal | 362 | 210 | 170 | 0 | 54 | 62 | 5 | 10 | 122 | 107 |
| Binary | 11110010 | 10001000 | 1111000 | 0 | 101100 | 110010 | 101 | 1000 | 1010010 | 1000111 |
Color Harmonies of #F28878
Complementary color
Monochromatic Colors of #F28878
Black with #F28878
Text Example
Text Example
White with #F28878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28878; }
p { color: rgb(242,136,120); }
H1.HeaderClassName
{
color: #F28878;
}
.AnyTagClassName
{
color: #F28878;
}
</style>
background-color css
<style>
a { background-color: #F28878; }
a { background-color: rgb(242,136,120); }
div.DivClassName
{
background-color: #F28878;
}
.BgClassName
{
background-color: #F28878;
}
</style>
border-color css
<style>
span { border-color: #F28878; }
span { border-color: rgb(242,136,120); }
td.TdClassName
{
border-color: #F28878;
}
.TagClassName
{
border-color: #F28878;
}
</style>