Shades of Salmon #F28B7B
Tints of Salmon #F28B7B
RGB
CMYK
RGB Variations
Color information
#F28B7B (or 0xF28B7B) is known color: Salmon. HEX triplet: F2, 8B and 7B. RGB value is (242,139,123). Sum of RGB (Red+Green+Blue) = 242+139+123=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28B7B is #0D7484. Grayscale: #A8A8A8. Windows color (decimal): -881797 or 8096754. OLE color: 8096754.
HSL color Cylindrical-coordinate representation of color #F28B7B: hue angle of 8.07º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F28B7B is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 123 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.05 |
| HSL | 8.07º | 0.82% | 0.72% | - |
| HSV(B) | 8.07º | 0.49% | 0.95% | - |
| XYZ | 49.43 | 38.77 | 23.62 | - |
| YUV | 167.97 | 102.62 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 123 | 0 | 0.43 | 0.49 | 0.05 | 8.07 | 0.82 | 0.72 |
| Hex | F2 | 8B | 7B | 0 | 2B | 31 | 5 | 8 | 52 | 48 |
| Octal | 362 | 213 | 173 | 0 | 53 | 61 | 5 | 10 | 122 | 110 |
| Binary | 11110010 | 10001011 | 1111011 | 0 | 101011 | 110001 | 101 | 1000 | 1010010 | 1001000 |
Color Harmonies of #F28B7B
Complementary color
Monochromatic Colors of #F28B7B
Black with #F28B7B
Text Example
Text Example
White with #F28B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B7B; }
p { color: rgb(242,139,123); }
H1.HeaderClassName
{
color: #F28B7B;
}
.AnyTagClassName
{
color: #F28B7B;
}
</style>
background-color css
<style>
a { background-color: #F28B7B; }
a { background-color: rgb(242,139,123); }
div.DivClassName
{
background-color: #F28B7B;
}
.BgClassName
{
background-color: #F28B7B;
}
</style>
border-color css
<style>
span { border-color: #F28B7B; }
span { border-color: rgb(242,139,123); }
td.TdClassName
{
border-color: #F28B7B;
}
.TagClassName
{
border-color: #F28B7B;
}
</style>