Shades of Dark Salmon #F1907B
Tints of Dark Salmon #F1907B
RGB
CMYK
RGB Variations
Color information
#F1907B (or 0xF1907B) is known color: Dark Salmon. HEX triplet: F1, 90 and 7B. RGB value is (241,144,123). Sum of RGB (Red+Green+Blue) = 241+144+123=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F1907B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1907B is #0E6F84. Grayscale: #AAAAAA. Windows color (decimal): -946053 or 8098033. OLE color: 8098033.
HSL color Cylindrical-coordinate representation of color #F1907B: hue angle of 10.68º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1907B is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 123 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.05 |
| HSL | 10.68º | 0.81% | 0.71% | - |
| HSV(B) | 10.68º | 0.49% | 0.95% | - |
| XYZ | 49.82 | 40.08 | 23.85 | - |
| YUV | 170.61 | 101.14 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 123 | 0 | 0.40 | 0.49 | 0.05 | 10.68 | 0.81 | 0.71 |
| Hex | F1 | 90 | 7B | 0 | 28 | 31 | 5 | B | 51 | 47 |
| Octal | 361 | 220 | 173 | 0 | 50 | 61 | 5 | 13 | 121 | 107 |
| Binary | 11110001 | 10010000 | 1111011 | 0 | 101000 | 110001 | 101 | 1011 | 1010001 | 1000111 |
Color Harmonies of #F1907B
Complementary color
Monochromatic Colors of #F1907B
Black with #F1907B
Text Example
Text Example
White with #F1907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1907B; }
p { color: rgb(241,144,123); }
H1.HeaderClassName
{
color: #F1907B;
}
.AnyTagClassName
{
color: #F1907B;
}
</style>
background-color css
<style>
a { background-color: #F1907B; }
a { background-color: rgb(241,144,123); }
div.DivClassName
{
background-color: #F1907B;
}
.BgClassName
{
background-color: #F1907B;
}
</style>
border-color css
<style>
span { border-color: #F1907B; }
span { border-color: rgb(241,144,123); }
td.TdClassName
{
border-color: #F1907B;
}
.TagClassName
{
border-color: #F1907B;
}
</style>