Shades of Dark Salmon #F28F76
Tints of Dark Salmon #F28F76
RGB
CMYK
RGB Variations
Color information
#F28F76 (or 0xF28F76) is known color: Dark Salmon. HEX triplet: F2, 8F and 76. RGB value is (242,143,118). Sum of RGB (Red+Green+Blue) = 242+143+118=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F76 is #0D7089. Grayscale: #A9A9A9. Windows color (decimal): -880778 or 7770098. OLE color: 7770098.
HSL color Cylindrical-coordinate representation of color #F28F76: hue angle of 12.1º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F28F76 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 118 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.05 |
| HSL | 12.1º | 0.83% | 0.71% | - |
| HSV(B) | 12.1º | 0.51% | 0.95% | - |
| XYZ | 49.71 | 39.83 | 22.21 | - |
| YUV | 169.75 | 98.8 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 118 | 0 | 0.41 | 0.51 | 0.05 | 12.1 | 0.83 | 0.71 |
| Hex | F2 | 8F | 76 | 0 | 29 | 33 | 5 | C | 53 | 47 |
| Octal | 362 | 217 | 166 | 0 | 51 | 63 | 5 | 14 | 123 | 107 |
| Binary | 11110010 | 10001111 | 1110110 | 0 | 101001 | 110011 | 101 | 1100 | 1010011 | 1000111 |
Color Harmonies of #F28F76
Complementary color
Monochromatic Colors of #F28F76
Black with #F28F76
Text Example
Text Example
White with #F28F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F76; }
p { color: rgb(242,143,118); }
H1.HeaderClassName
{
color: #F28F76;
}
.AnyTagClassName
{
color: #F28F76;
}
</style>
background-color css
<style>
a { background-color: #F28F76; }
a { background-color: rgb(242,143,118); }
div.DivClassName
{
background-color: #F28F76;
}
.BgClassName
{
background-color: #F28F76;
}
</style>
border-color css
<style>
span { border-color: #F28F76; }
span { border-color: rgb(242,143,118); }
td.TdClassName
{
border-color: #F28F76;
}
.TagClassName
{
border-color: #F28F76;
}
</style>