Shades of Dark Salmon #F29474
Tints of Dark Salmon #F29474
RGB
CMYK
RGB Variations
Color information
#F29474 (or 0xF29474) is known color: Dark Salmon. HEX triplet: F2, 94 and 74. RGB value is (242,148,116). Sum of RGB (Red+Green+Blue) = 242+148+116=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F29474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29474 is #0D6B8B. Grayscale: #ACACAC. Windows color (decimal): -879500 or 7640306. OLE color: 7640306.
HSL color Cylindrical-coordinate representation of color #F29474: hue angle of 15.24º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F29474 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 116 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.05 |
| HSL | 15.24º | 0.83% | 0.7% | - |
| HSV(B) | 15.24º | 0.52% | 0.95% | - |
| XYZ | 50.36 | 41.32 | 21.84 | - |
| YUV | 172.46 | 96.14 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 116 | 0 | 0.39 | 0.52 | 0.05 | 15.24 | 0.83 | 0.7 |
| Hex | F2 | 94 | 74 | 0 | 27 | 34 | 5 | F | 53 | 46 |
| Octal | 362 | 224 | 164 | 0 | 47 | 64 | 5 | 17 | 123 | 106 |
| Binary | 11110010 | 10010100 | 1110100 | 0 | 100111 | 110100 | 101 | 1111 | 1010011 | 1000110 |
Color Harmonies of #F29474
Complementary color
Monochromatic Colors of #F29474
Black with #F29474
Text Example
Text Example
White with #F29474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29474; }
p { color: rgb(242,148,116); }
H1.HeaderClassName
{
color: #F29474;
}
.AnyTagClassName
{
color: #F29474;
}
</style>
background-color css
<style>
a { background-color: #F29474; }
a { background-color: rgb(242,148,116); }
div.DivClassName
{
background-color: #F29474;
}
.BgClassName
{
background-color: #F29474;
}
</style>
border-color css
<style>
span { border-color: #F29474; }
span { border-color: rgb(242,148,116); }
td.TdClassName
{
border-color: #F29474;
}
.TagClassName
{
border-color: #F29474;
}
</style>