Shades of Dark Salmon #F2907F
Tints of Dark Salmon #F2907F
RGB
CMYK
RGB Variations
Color information
#F2907F (or 0xF2907F) is known color: Dark Salmon. HEX triplet: F2, 90 and 7F. RGB value is (242,144,127). Sum of RGB (Red+Green+Blue) = 242+144+127=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2907F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2907F is #0D6F80. Grayscale: #ABABAB. Windows color (decimal): -880513 or 8360178. OLE color: 8360178.
HSL color Cylindrical-coordinate representation of color #F2907F: hue angle of 8.87º 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 #F2907F is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 127 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.05 |
| HSL | 8.87º | 0.82% | 0.72% | - |
| HSV(B) | 8.87º | 0.48% | 0.95% | - |
| XYZ | 50.42 | 40.36 | 25.21 | - |
| YUV | 171.36 | 102.97 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 127 | 0 | 0.40 | 0.48 | 0.05 | 8.87 | 0.82 | 0.72 |
| Hex | F2 | 90 | 7F | 0 | 28 | 30 | 5 | 9 | 52 | 48 |
| Octal | 362 | 220 | 177 | 0 | 50 | 60 | 5 | 11 | 122 | 110 |
| Binary | 11110010 | 10010000 | 1111111 | 0 | 101000 | 110000 | 101 | 1001 | 1010010 | 1001000 |
Color Harmonies of #F2907F
Complementary color
Monochromatic Colors of #F2907F
Black with #F2907F
Text Example
Text Example
White with #F2907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2907F; }
p { color: rgb(242,144,127); }
H1.HeaderClassName
{
color: #F2907F;
}
.AnyTagClassName
{
color: #F2907F;
}
</style>
background-color css
<style>
a { background-color: #F2907F; }
a { background-color: rgb(242,144,127); }
div.DivClassName
{
background-color: #F2907F;
}
.BgClassName
{
background-color: #F2907F;
}
</style>
border-color css
<style>
span { border-color: #F2907F; }
span { border-color: rgb(242,144,127); }
td.TdClassName
{
border-color: #F2907F;
}
.TagClassName
{
border-color: #F2907F;
}
</style>