Shades of Dark Salmon #F28F77
Tints of Dark Salmon #F28F77
RGB
CMYK
RGB Variations
Color information
#F28F77 (or 0xF28F77) is known color: Dark Salmon. HEX triplet: F2, 8F and 77. RGB value is (242,143,119). Sum of RGB (Red+Green+Blue) = 242+143+119=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F77 is #0D7088. Grayscale: #AAAAAA. Windows color (decimal): -880777 or 7835634. OLE color: 7835634.
HSL color Cylindrical-coordinate representation of color #F28F77: hue angle of 11.71º 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 #F28F77 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 119 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.05 |
| HSL | 11.71º | 0.83% | 0.71% | - |
| HSV(B) | 11.71º | 0.51% | 0.95% | - |
| XYZ | 49.77 | 39.85 | 22.52 | - |
| YUV | 169.87 | 99.3 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 119 | 0 | 0.41 | 0.51 | 0.05 | 11.71 | 0.83 | 0.71 |
| Hex | F2 | 8F | 77 | 0 | 29 | 33 | 5 | C | 53 | 47 |
| Octal | 362 | 217 | 167 | 0 | 51 | 63 | 5 | 14 | 123 | 107 |
| Binary | 11110010 | 10001111 | 1110111 | 0 | 101001 | 110011 | 101 | 1100 | 1010011 | 1000111 |
Color Harmonies of #F28F77
Complementary color
Monochromatic Colors of #F28F77
Black with #F28F77
Text Example
Text Example
White with #F28F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F77; }
p { color: rgb(242,143,119); }
H1.HeaderClassName
{
color: #F28F77;
}
.AnyTagClassName
{
color: #F28F77;
}
</style>
background-color css
<style>
a { background-color: #F28F77; }
a { background-color: rgb(242,143,119); }
div.DivClassName
{
background-color: #F28F77;
}
.BgClassName
{
background-color: #F28F77;
}
</style>
border-color css
<style>
span { border-color: #F28F77; }
span { border-color: rgb(242,143,119); }
td.TdClassName
{
border-color: #F28F77;
}
.TagClassName
{
border-color: #F28F77;
}
</style>