Shades of Dark Salmon #F28E7B
Tints of Dark Salmon #F28E7B
RGB
CMYK
RGB Variations
Color information
#F28E7B (or 0xF28E7B) is known color: Dark Salmon. HEX triplet: F2, 8E and 7B. RGB value is (242,142,123). Sum of RGB (Red+Green+Blue) = 242+142+123=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28E7B is #0D7184. Grayscale: #A9A9A9. Windows color (decimal): -881029 or 8097522. OLE color: 8097522.
HSL color Cylindrical-coordinate representation of color #F28E7B: hue angle of 9.58º 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 #F28E7B is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 123 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.05 |
| HSL | 9.58º | 0.82% | 0.72% | - |
| HSV(B) | 9.58º | 0.49% | 0.95% | - |
| XYZ | 49.87 | 39.65 | 23.76 | - |
| YUV | 169.73 | 101.63 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 123 | 0 | 0.41 | 0.49 | 0.05 | 9.58 | 0.82 | 0.72 |
| Hex | F2 | 8E | 7B | 0 | 29 | 31 | 5 | A | 52 | 48 |
| Octal | 362 | 216 | 173 | 0 | 51 | 61 | 5 | 12 | 122 | 110 |
| Binary | 11110010 | 10001110 | 1111011 | 0 | 101001 | 110001 | 101 | 1010 | 1010010 | 1001000 |
Color Harmonies of #F28E7B
Complementary color
Monochromatic Colors of #F28E7B
Black with #F28E7B
Text Example
Text Example
White with #F28E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E7B; }
p { color: rgb(242,142,123); }
H1.HeaderClassName
{
color: #F28E7B;
}
.AnyTagClassName
{
color: #F28E7B;
}
</style>
background-color css
<style>
a { background-color: #F28E7B; }
a { background-color: rgb(242,142,123); }
div.DivClassName
{
background-color: #F28E7B;
}
.BgClassName
{
background-color: #F28E7B;
}
</style>
border-color css
<style>
span { border-color: #F28E7B; }
span { border-color: rgb(242,142,123); }
td.TdClassName
{
border-color: #F28E7B;
}
.TagClassName
{
border-color: #F28E7B;
}
</style>