Shades of Dark Salmon #F2957F
Tints of Dark Salmon #F2957F
RGB
CMYK
RGB Variations
Color information
#F2957F (or 0xF2957F) is known color: Dark Salmon. HEX triplet: F2, 95 and 7F. RGB value is (242,149,127). Sum of RGB (Red+Green+Blue) = 242+149+127=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2957F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2957F is #0D6A80. Grayscale: #AEAEAE. Windows color (decimal): -879233 or 8361458. OLE color: 8361458.
HSL color Cylindrical-coordinate representation of color #F2957F: hue angle of 11.48º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2957F is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 127 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.05 |
| HSL | 11.48º | 0.82% | 0.72% | - |
| HSV(B) | 11.48º | 0.48% | 0.95% | - |
| XYZ | 51.2 | 41.9 | 25.47 | - |
| YUV | 174.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 127 | 0 | 0.38 | 0.48 | 0.05 | 11.48 | 0.82 | 0.72 |
| Hex | F2 | 95 | 7F | 0 | 26 | 30 | 5 | B | 52 | 48 |
| Octal | 362 | 225 | 177 | 0 | 46 | 60 | 5 | 13 | 122 | 110 |
| Binary | 11110010 | 10010101 | 1111111 | 0 | 100110 | 110000 | 101 | 1011 | 1010010 | 1001000 |
Color Harmonies of #F2957F
Complementary color
Monochromatic Colors of #F2957F
Black with #F2957F
Text Example
Text Example
White with #F2957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2957F; }
p { color: rgb(242,149,127); }
H1.HeaderClassName
{
color: #F2957F;
}
.AnyTagClassName
{
color: #F2957F;
}
</style>
background-color css
<style>
a { background-color: #F2957F; }
a { background-color: rgb(242,149,127); }
div.DivClassName
{
background-color: #F2957F;
}
.BgClassName
{
background-color: #F2957F;
}
</style>
border-color css
<style>
span { border-color: #F2957F; }
span { border-color: rgb(242,149,127); }
td.TdClassName
{
border-color: #F2957F;
}
.TagClassName
{
border-color: #F2957F;
}
</style>