Shades of Dark Salmon #F2916D
Tints of Dark Salmon #F2916D
RGB
CMYK
RGB Variations
Color information
#F2916D (or 0xF2916D) is known color: Dark Salmon. HEX triplet: F2, 91 and 6D. RGB value is (242,145,109). Sum of RGB (Red+Green+Blue) = 242+145+109=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2916D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2916D is #0D6E92. Grayscale: #AAAAAA. Windows color (decimal): -880275 or 7180786. OLE color: 7180786.
HSL color Cylindrical-coordinate representation of color #F2916D: hue angle of 16.24º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2916D is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 109 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.05 |
| HSL | 16.24º | 0.84% | 0.69% | - |
| HSV(B) | 16.24º | 0.55% | 0.95% | - |
| XYZ | 49.5 | 40.23 | 19.62 | - |
| YUV | 169.9 | 93.64 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 109 | 0 | 0.40 | 0.55 | 0.05 | 16.24 | 0.84 | 0.69 |
| Hex | F2 | 91 | 6D | 0 | 28 | 37 | 5 | 10 | 54 | 45 |
| Octal | 362 | 221 | 155 | 0 | 50 | 67 | 5 | 20 | 124 | 105 |
| Binary | 11110010 | 10010001 | 1101101 | 0 | 101000 | 110111 | 101 | 10000 | 1010100 | 1000101 |
Color Harmonies of #F2916D
Complementary color
Monochromatic Colors of #F2916D
Black with #F2916D
Text Example
Text Example
White with #F2916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2916D; }
p { color: rgb(242,145,109); }
H1.HeaderClassName
{
color: #F2916D;
}
.AnyTagClassName
{
color: #F2916D;
}
</style>
background-color css
<style>
a { background-color: #F2916D; }
a { background-color: rgb(242,145,109); }
div.DivClassName
{
background-color: #F2916D;
}
.BgClassName
{
background-color: #F2916D;
}
</style>
border-color css
<style>
span { border-color: #F2916D; }
span { border-color: rgb(242,145,109); }
td.TdClassName
{
border-color: #F2916D;
}
.TagClassName
{
border-color: #F2916D;
}
</style>