Shades of Dark Salmon #F19682
Tints of Dark Salmon #F19682
RGB
CMYK
RGB Variations
Color information
#F19682 (or 0xF19682) is known color: Dark Salmon. HEX triplet: F1, 96 and 82. RGB value is (241,150,130). Sum of RGB (Red+Green+Blue) = 241+150+130=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F19682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19682 is #0E697D. Grayscale: #AFAFAF. Windows color (decimal): -944510 or 8558321. OLE color: 8558321.
HSL color Cylindrical-coordinate representation of color #F19682: hue angle of 10.81º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F19682 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 130 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.05 |
| HSL | 10.81º | 0.8% | 0.73% | - |
| HSV(B) | 10.81º | 0.46% | 0.95% | - |
| XYZ | 51.21 | 42.13 | 26.55 | - |
| YUV | 174.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 130 | 0 | 0.38 | 0.46 | 0.05 | 10.81 | 0.8 | 0.73 |
| Hex | F1 | 96 | 82 | 0 | 26 | 2E | 5 | B | 50 | 49 |
| Octal | 361 | 226 | 202 | 0 | 46 | 56 | 5 | 13 | 120 | 111 |
| Binary | 11110001 | 10010110 | 10000010 | 0 | 100110 | 101110 | 101 | 1011 | 1010000 | 1001001 |
Color Harmonies of #F19682
Complementary color
Monochromatic Colors of #F19682
Black with #F19682
Text Example
Text Example
White with #F19682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19682; }
p { color: rgb(241,150,130); }
H1.HeaderClassName
{
color: #F19682;
}
.AnyTagClassName
{
color: #F19682;
}
</style>
background-color css
<style>
a { background-color: #F19682; }
a { background-color: rgb(241,150,130); }
div.DivClassName
{
background-color: #F19682;
}
.BgClassName
{
background-color: #F19682;
}
</style>
border-color css
<style>
span { border-color: #F19682; }
span { border-color: rgb(241,150,130); }
td.TdClassName
{
border-color: #F19682;
}
.TagClassName
{
border-color: #F19682;
}
</style>