Shades of Dark Salmon #F68F72
Tints of Dark Salmon #F68F72
RGB
CMYK
RGB Variations
Color information
#F68F72 (or 0xF68F72) is known color: Dark Salmon. HEX triplet: F6, 8F and 72. RGB value is (246,143,114). Sum of RGB (Red+Green+Blue) = 246+143+114=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F72 is #09708D. Grayscale: #AAAAAA. Windows color (decimal): -618638 or 7507958. OLE color: 7507958.
HSL color Cylindrical-coordinate representation of color #F68F72: hue angle of 13.18º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F68F72 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 114 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.04 |
| HSL | 13.18º | 0.88% | 0.71% | - |
| HSV(B) | 13.18º | 0.54% | 0.96% | - |
| XYZ | 50.87 | 40.45 | 21.05 | - |
| YUV | 170.49 | 96.12 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 114 | 0 | 0.42 | 0.54 | 0.04 | 13.18 | 0.88 | 0.71 |
| Hex | F6 | 8F | 72 | 0 | 2A | 36 | 4 | D | 58 | 47 |
| Octal | 366 | 217 | 162 | 0 | 52 | 66 | 4 | 15 | 130 | 107 |
| Binary | 11110110 | 10001111 | 1110010 | 0 | 101010 | 110110 | 100 | 1101 | 1011000 | 1000111 |
Color Harmonies of #F68F72
Complementary color
Monochromatic Colors of #F68F72
Black with #F68F72
Text Example
Text Example
White with #F68F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F72; }
p { color: rgb(246,143,114); }
H1.HeaderClassName
{
color: #F68F72;
}
.AnyTagClassName
{
color: #F68F72;
}
</style>
background-color css
<style>
a { background-color: #F68F72; }
a { background-color: rgb(246,143,114); }
div.DivClassName
{
background-color: #F68F72;
}
.BgClassName
{
background-color: #F68F72;
}
</style>
border-color css
<style>
span { border-color: #F68F72; }
span { border-color: rgb(246,143,114); }
td.TdClassName
{
border-color: #F68F72;
}
.TagClassName
{
border-color: #F68F72;
}
</style>