Shades of Dark Salmon #F2907C
Tints of Dark Salmon #F2907C
RGB
CMYK
RGB Variations
Color information
#F2907C (or 0xF2907C) is known color: Dark Salmon. HEX triplet: F2, 90 and 7C. RGB value is (242,144,124). Sum of RGB (Red+Green+Blue) = 242+144+124=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2907C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2907C is #0D6F83. Grayscale: #ABABAB. Windows color (decimal): -880516 or 8163570. OLE color: 8163570.
HSL color Cylindrical-coordinate representation of color #F2907C: hue angle of 10.17º 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 #F2907C is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 124 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.05 |
| HSL | 10.17º | 0.82% | 0.72% | - |
| HSV(B) | 10.17º | 0.49% | 0.95% | - |
| XYZ | 50.23 | 40.28 | 24.2 | - |
| YUV | 171.02 | 101.47 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 124 | 0 | 0.40 | 0.49 | 0.05 | 10.17 | 0.82 | 0.72 |
| Hex | F2 | 90 | 7C | 0 | 28 | 31 | 5 | A | 52 | 48 |
| Octal | 362 | 220 | 174 | 0 | 50 | 61 | 5 | 12 | 122 | 110 |
| Binary | 11110010 | 10010000 | 1111100 | 0 | 101000 | 110001 | 101 | 1010 | 1010010 | 1001000 |
Color Harmonies of #F2907C
Complementary color
Monochromatic Colors of #F2907C
Black with #F2907C
Text Example
Text Example
White with #F2907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2907C; }
p { color: rgb(242,144,124); }
H1.HeaderClassName
{
color: #F2907C;
}
.AnyTagClassName
{
color: #F2907C;
}
</style>
background-color css
<style>
a { background-color: #F2907C; }
a { background-color: rgb(242,144,124); }
div.DivClassName
{
background-color: #F2907C;
}
.BgClassName
{
background-color: #F2907C;
}
</style>
border-color css
<style>
span { border-color: #F2907C; }
span { border-color: rgb(242,144,124); }
td.TdClassName
{
border-color: #F2907C;
}
.TagClassName
{
border-color: #F2907C;
}
</style>