Shades of Dark Salmon #F1907D
Tints of Dark Salmon #F1907D
RGB
CMYK
RGB Variations
Color information
#F1907D (or 0xF1907D) is known color: Dark Salmon. HEX triplet: F1, 90 and 7D. RGB value is (241,144,125). Sum of RGB (Red+Green+Blue) = 241+144+125=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F1907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1907D is #0E6F82. Grayscale: #ABABAB. Windows color (decimal): -946051 or 8229105. OLE color: 8229105.
HSL color Cylindrical-coordinate representation of color #F1907D: hue angle of 9.83º degrees, saturation: 0.81, 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 #F1907D is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 125 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.05 |
| HSL | 9.83º | 0.81% | 0.72% | - |
| HSV(B) | 9.83º | 0.48% | 0.95% | - |
| XYZ | 49.95 | 40.13 | 24.51 | - |
| YUV | 170.84 | 102.14 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 125 | 0 | 0.40 | 0.48 | 0.05 | 9.83 | 0.81 | 0.72 |
| Hex | F1 | 90 | 7D | 0 | 28 | 30 | 5 | A | 51 | 48 |
| Octal | 361 | 220 | 175 | 0 | 50 | 60 | 5 | 12 | 121 | 110 |
| Binary | 11110001 | 10010000 | 1111101 | 0 | 101000 | 110000 | 101 | 1010 | 1010001 | 1001000 |
Color Harmonies of #F1907D
Complementary color
Monochromatic Colors of #F1907D
Black with #F1907D
Text Example
Text Example
White with #F1907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1907D; }
p { color: rgb(241,144,125); }
H1.HeaderClassName
{
color: #F1907D;
}
.AnyTagClassName
{
color: #F1907D;
}
</style>
background-color css
<style>
a { background-color: #F1907D; }
a { background-color: rgb(241,144,125); }
div.DivClassName
{
background-color: #F1907D;
}
.BgClassName
{
background-color: #F1907D;
}
</style>
border-color css
<style>
span { border-color: #F1907D; }
span { border-color: rgb(241,144,125); }
td.TdClassName
{
border-color: #F1907D;
}
.TagClassName
{
border-color: #F1907D;
}
</style>