Shades of Salmon #F28B6B
Tints of Salmon #F28B6B
RGB
CMYK
RGB Variations
Color information
#F28B6B (or 0xF28B6B) is known color: Salmon. HEX triplet: F2, 8B and 6B. RGB value is (242,139,107). Sum of RGB (Red+Green+Blue) = 242+139+107=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28B6B is #0D7494. Grayscale: #A6A6A6. Windows color (decimal): -881813 or 7048178. OLE color: 7048178.
HSL color Cylindrical-coordinate representation of color #F28B6B: hue angle of 14.22º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F28B6B is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 107 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.05 |
| HSL | 14.22º | 0.84% | 0.68% | - |
| HSV(B) | 14.22º | 0.56% | 0.95% | - |
| XYZ | 48.5 | 38.4 | 18.77 | - |
| YUV | 166.15 | 94.62 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 107 | 0 | 0.43 | 0.56 | 0.05 | 14.22 | 0.84 | 0.68 |
| Hex | F2 | 8B | 6B | 0 | 2B | 38 | 5 | E | 54 | 44 |
| Octal | 362 | 213 | 153 | 0 | 53 | 70 | 5 | 16 | 124 | 104 |
| Binary | 11110010 | 10001011 | 1101011 | 0 | 101011 | 111000 | 101 | 1110 | 1010100 | 1000100 |
Color Harmonies of #F28B6B
Complementary color
Monochromatic Colors of #F28B6B
Black with #F28B6B
Text Example
Text Example
White with #F28B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B6B; }
p { color: rgb(242,139,107); }
H1.HeaderClassName
{
color: #F28B6B;
}
.AnyTagClassName
{
color: #F28B6B;
}
</style>
background-color css
<style>
a { background-color: #F28B6B; }
a { background-color: rgb(242,139,107); }
div.DivClassName
{
background-color: #F28B6B;
}
.BgClassName
{
background-color: #F28B6B;
}
</style>
border-color css
<style>
span { border-color: #F28B6B; }
span { border-color: rgb(242,139,107); }
td.TdClassName
{
border-color: #F28B6B;
}
.TagClassName
{
border-color: #F28B6B;
}
</style>