Shades of Dark Salmon #F2957B
Tints of Dark Salmon #F2957B
RGB
CMYK
RGB Variations
Color information
#F2957B (or 0xF2957B) is known color: Dark Salmon. HEX triplet: F2, 95 and 7B. RGB value is (242,149,123). Sum of RGB (Red+Green+Blue) = 242+149+123=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2957B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2957B is #0D6A84. Grayscale: #AEAEAE. Windows color (decimal): -879237 or 8099314. OLE color: 8099314.
HSL color Cylindrical-coordinate representation of color #F2957B: hue angle of 13.11º 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 #F2957B is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 123 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.05 |
| HSL | 13.11º | 0.82% | 0.72% | - |
| HSV(B) | 13.11º | 0.49% | 0.95% | - |
| XYZ | 50.94 | 41.8 | 24.12 | - |
| YUV | 173.84 | 99.31 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 123 | 0 | 0.38 | 0.49 | 0.05 | 13.11 | 0.82 | 0.72 |
| Hex | F2 | 95 | 7B | 0 | 26 | 31 | 5 | D | 52 | 48 |
| Octal | 362 | 225 | 173 | 0 | 46 | 61 | 5 | 15 | 122 | 110 |
| Binary | 11110010 | 10010101 | 1111011 | 0 | 100110 | 110001 | 101 | 1101 | 1010010 | 1001000 |
Color Harmonies of #F2957B
Complementary color
Monochromatic Colors of #F2957B
Black with #F2957B
Text Example
Text Example
White with #F2957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2957B; }
p { color: rgb(242,149,123); }
H1.HeaderClassName
{
color: #F2957B;
}
.AnyTagClassName
{
color: #F2957B;
}
</style>
background-color css
<style>
a { background-color: #F2957B; }
a { background-color: rgb(242,149,123); }
div.DivClassName
{
background-color: #F2957B;
}
.BgClassName
{
background-color: #F2957B;
}
</style>
border-color css
<style>
span { border-color: #F2957B; }
span { border-color: rgb(242,149,123); }
td.TdClassName
{
border-color: #F2957B;
}
.TagClassName
{
border-color: #F2957B;
}
</style>