Shades of Salmon #F28978
Tints of Salmon #F28978
RGB
CMYK
RGB Variations
Color information
#F28978 (or 0xF28978) is known color: Salmon. HEX triplet: F2, 89 and 78. RGB value is (242,137,120). Sum of RGB (Red+Green+Blue) = 242+137+120=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F28978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28978 is #0D7687. Grayscale: #A6A6A6. Windows color (decimal): -882312 or 7899634. OLE color: 7899634.
HSL color Cylindrical-coordinate representation of color #F28978: hue angle of 8.36º 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 #F28978 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 120 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.05 |
| HSL | 8.36º | 0.82% | 0.71% | - |
| HSV(B) | 8.36º | 0.5% | 0.95% | - |
| XYZ | 48.95 | 38.12 | 22.55 | - |
| YUV | 166.46 | 101.79 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 120 | 0 | 0.43 | 0.50 | 0.05 | 8.36 | 0.82 | 0.71 |
| Hex | F2 | 89 | 78 | 0 | 2B | 32 | 5 | 8 | 52 | 47 |
| Octal | 362 | 211 | 170 | 0 | 53 | 62 | 5 | 10 | 122 | 107 |
| Binary | 11110010 | 10001001 | 1111000 | 0 | 101011 | 110010 | 101 | 1000 | 1010010 | 1000111 |
Color Harmonies of #F28978
Complementary color
Monochromatic Colors of #F28978
Black with #F28978
Text Example
Text Example
White with #F28978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28978; }
p { color: rgb(242,137,120); }
H1.HeaderClassName
{
color: #F28978;
}
.AnyTagClassName
{
color: #F28978;
}
</style>
background-color css
<style>
a { background-color: #F28978; }
a { background-color: rgb(242,137,120); }
div.DivClassName
{
background-color: #F28978;
}
.BgClassName
{
background-color: #F28978;
}
</style>
border-color css
<style>
span { border-color: #F28978; }
span { border-color: rgb(242,137,120); }
td.TdClassName
{
border-color: #F28978;
}
.TagClassName
{
border-color: #F28978;
}
</style>