Shades of Dark Salmon #F2926F
Tints of Dark Salmon #F2926F
RGB
CMYK
RGB Variations
Color information
#F2926F (or 0xF2926F) is known color: Dark Salmon. HEX triplet: F2, 92 and 6F. RGB value is (242,146,111). Sum of RGB (Red+Green+Blue) = 242+146+111=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2926F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2926F is #0D6D90. Grayscale: #AAAAAA. Windows color (decimal): -880017 or 7312114. OLE color: 7312114.
HSL color Cylindrical-coordinate representation of color #F2926F: hue angle of 16.03º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2926F is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 111 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.05 |
| HSL | 16.03º | 0.83% | 0.69% | - |
| HSV(B) | 16.03º | 0.54% | 0.95% | - |
| XYZ | 49.77 | 40.58 | 20.25 | - |
| YUV | 170.71 | 94.3 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 111 | 0 | 0.40 | 0.54 | 0.05 | 16.03 | 0.83 | 0.69 |
| Hex | F2 | 92 | 6F | 0 | 28 | 36 | 5 | 10 | 53 | 45 |
| Octal | 362 | 222 | 157 | 0 | 50 | 66 | 5 | 20 | 123 | 105 |
| Binary | 11110010 | 10010010 | 1101111 | 0 | 101000 | 110110 | 101 | 10000 | 1010011 | 1000101 |
Color Harmonies of #F2926F
Complementary color
Monochromatic Colors of #F2926F
Black with #F2926F
Text Example
Text Example
White with #F2926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2926F; }
p { color: rgb(242,146,111); }
H1.HeaderClassName
{
color: #F2926F;
}
.AnyTagClassName
{
color: #F2926F;
}
</style>
background-color css
<style>
a { background-color: #F2926F; }
a { background-color: rgb(242,146,111); }
div.DivClassName
{
background-color: #F2926F;
}
.BgClassName
{
background-color: #F2926F;
}
</style>
border-color css
<style>
span { border-color: #F2926F; }
span { border-color: rgb(242,146,111); }
td.TdClassName
{
border-color: #F2926F;
}
.TagClassName
{
border-color: #F2926F;
}
</style>