Shades of Salmon #F28B73
Tints of Salmon #F28B73
RGB
CMYK
RGB Variations
Color information
#F28B73 (or 0xF28B73) is known color: Salmon. HEX triplet: F2, 8B and 73. RGB value is (242,139,115). Sum of RGB (Red+Green+Blue) = 242+139+115=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28B73 is #0D748C. Grayscale: #A7A7A7. Windows color (decimal): -881805 or 7572466. OLE color: 7572466.
HSL color Cylindrical-coordinate representation of color #F28B73: hue angle of 11.34º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F28B73 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 115 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.05 |
| HSL | 11.34º | 0.83% | 0.7% | - |
| HSV(B) | 11.34º | 0.52% | 0.95% | - |
| XYZ | 48.95 | 38.58 | 21.09 | - |
| YUV | 167.06 | 98.62 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 115 | 0 | 0.43 | 0.52 | 0.05 | 11.34 | 0.83 | 0.7 |
| Hex | F2 | 8B | 73 | 0 | 2B | 34 | 5 | B | 53 | 46 |
| Octal | 362 | 213 | 163 | 0 | 53 | 64 | 5 | 13 | 123 | 106 |
| Binary | 11110010 | 10001011 | 1110011 | 0 | 101011 | 110100 | 101 | 1011 | 1010011 | 1000110 |
Color Harmonies of #F28B73
Complementary color
Monochromatic Colors of #F28B73
Black with #F28B73
Text Example
Text Example
White with #F28B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B73; }
p { color: rgb(242,139,115); }
H1.HeaderClassName
{
color: #F28B73;
}
.AnyTagClassName
{
color: #F28B73;
}
</style>
background-color css
<style>
a { background-color: #F28B73; }
a { background-color: rgb(242,139,115); }
div.DivClassName
{
background-color: #F28B73;
}
.BgClassName
{
background-color: #F28B73;
}
</style>
border-color css
<style>
span { border-color: #F28B73; }
span { border-color: rgb(242,139,115); }
td.TdClassName
{
border-color: #F28B73;
}
.TagClassName
{
border-color: #F28B73;
}
</style>