Shades of Salmon #F28A76
Tints of Salmon #F28A76
RGB
CMYK
RGB Variations
Color information
#F28A76 (or 0xF28A76) is known color: Salmon. HEX triplet: F2, 8A and 76. RGB value is (242,138,118). Sum of RGB (Red+Green+Blue) = 242+138+118=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28A76 is #0D7589. Grayscale: #A6A6A6. Windows color (decimal): -882058 or 7768818. OLE color: 7768818.
HSL color Cylindrical-coordinate representation of color #F28A76: hue angle of 9.68º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F28A76 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 118 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.05 |
| HSL | 9.68º | 0.83% | 0.71% | - |
| HSV(B) | 9.68º | 0.51% | 0.95% | - |
| XYZ | 48.98 | 38.36 | 21.96 | - |
| YUV | 166.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 118 | 0 | 0.43 | 0.51 | 0.05 | 9.68 | 0.83 | 0.71 |
| Hex | F2 | 8A | 76 | 0 | 2B | 33 | 5 | A | 53 | 47 |
| Octal | 362 | 212 | 166 | 0 | 53 | 63 | 5 | 12 | 123 | 107 |
| Binary | 11110010 | 10001010 | 1110110 | 0 | 101011 | 110011 | 101 | 1010 | 1010011 | 1000111 |
Color Harmonies of #F28A76
Complementary color
Monochromatic Colors of #F28A76
Black with #F28A76
Text Example
Text Example
White with #F28A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A76; }
p { color: rgb(242,138,118); }
H1.HeaderClassName
{
color: #F28A76;
}
.AnyTagClassName
{
color: #F28A76;
}
</style>
background-color css
<style>
a { background-color: #F28A76; }
a { background-color: rgb(242,138,118); }
div.DivClassName
{
background-color: #F28A76;
}
.BgClassName
{
background-color: #F28A76;
}
</style>
border-color css
<style>
span { border-color: #F28A76; }
span { border-color: rgb(242,138,118); }
td.TdClassName
{
border-color: #F28A76;
}
.TagClassName
{
border-color: #F28A76;
}
</style>