Shades of Dark Salmon #F28C7B
Tints of Dark Salmon #F28C7B
RGB
CMYK
RGB Variations
Color information
#F28C7B (or 0xF28C7B) is known color: Dark Salmon. HEX triplet: F2, 8C and 7B. RGB value is (242,140,123). Sum of RGB (Red+Green+Blue) = 242+140+123=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C7B is #0D7384. Grayscale: #A8A8A8. Windows color (decimal): -881541 or 8097010. OLE color: 8097010.
HSL color Cylindrical-coordinate representation of color #F28C7B: hue angle of 8.57º 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 #F28C7B is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 123 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.05 |
| HSL | 8.57º | 0.82% | 0.72% | - |
| HSV(B) | 8.57º | 0.49% | 0.95% | - |
| XYZ | 49.57 | 39.06 | 23.67 | - |
| YUV | 168.56 | 102.29 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 123 | 0 | 0.42 | 0.49 | 0.05 | 8.57 | 0.82 | 0.72 |
| Hex | F2 | 8C | 7B | 0 | 2A | 31 | 5 | 9 | 52 | 48 |
| Octal | 362 | 214 | 173 | 0 | 52 | 61 | 5 | 11 | 122 | 110 |
| Binary | 11110010 | 10001100 | 1111011 | 0 | 101010 | 110001 | 101 | 1001 | 1010010 | 1001000 |
Color Harmonies of #F28C7B
Complementary color
Monochromatic Colors of #F28C7B
Black with #F28C7B
Text Example
Text Example
White with #F28C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C7B; }
p { color: rgb(242,140,123); }
H1.HeaderClassName
{
color: #F28C7B;
}
.AnyTagClassName
{
color: #F28C7B;
}
</style>
background-color css
<style>
a { background-color: #F28C7B; }
a { background-color: rgb(242,140,123); }
div.DivClassName
{
background-color: #F28C7B;
}
.BgClassName
{
background-color: #F28C7B;
}
</style>
border-color css
<style>
span { border-color: #F28C7B; }
span { border-color: rgb(242,140,123); }
td.TdClassName
{
border-color: #F28C7B;
}
.TagClassName
{
border-color: #F28C7B;
}
</style>