Shades of Dark Salmon #F28E7A
Tints of Dark Salmon #F28E7A
RGB
CMYK
RGB Variations
Color information
#F28E7A (or 0xF28E7A) is known color: Dark Salmon. HEX triplet: F2, 8E and 7A. RGB value is (242,142,122). Sum of RGB (Red+Green+Blue) = 242+142+122=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28E7A is #0D7185. Grayscale: #A9A9A9. Windows color (decimal): -881030 or 8031986. OLE color: 8031986.
HSL color Cylindrical-coordinate representation of color #F28E7A: hue angle of 10º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F28E7A is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 122 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.05 |
| HSL | 10º | 0.82% | 0.71% | - |
| HSV(B) | 10º | 0.5% | 0.95% | - |
| XYZ | 49.8 | 39.63 | 23.44 | - |
| YUV | 169.62 | 101.13 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 122 | 0 | 0.41 | 0.50 | 0.05 | 10 | 0.82 | 0.71 |
| Hex | F2 | 8E | 7A | 0 | 29 | 32 | 5 | A | 52 | 47 |
| Octal | 362 | 216 | 172 | 0 | 51 | 62 | 5 | 12 | 122 | 107 |
| Binary | 11110010 | 10001110 | 1111010 | 0 | 101001 | 110010 | 101 | 1010 | 1010010 | 1000111 |
Color Harmonies of #F28E7A
Complementary color
Monochromatic Colors of #F28E7A
Black with #F28E7A
Text Example
Text Example
White with #F28E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E7A; }
p { color: rgb(242,142,122); }
H1.HeaderClassName
{
color: #F28E7A;
}
.AnyTagClassName
{
color: #F28E7A;
}
</style>
background-color css
<style>
a { background-color: #F28E7A; }
a { background-color: rgb(242,142,122); }
div.DivClassName
{
background-color: #F28E7A;
}
.BgClassName
{
background-color: #F28E7A;
}
</style>
border-color css
<style>
span { border-color: #F28E7A; }
span { border-color: rgb(242,142,122); }
td.TdClassName
{
border-color: #F28E7A;
}
.TagClassName
{
border-color: #F28E7A;
}
</style>