Shades of Dark Salmon #F28C79
Tints of Dark Salmon #F28C79
RGB
CMYK
RGB Variations
Color information
#F28C79 (or 0xF28C79) is known color: Dark Salmon. HEX triplet: F2, 8C and 79. RGB value is (242,140,121). Sum of RGB (Red+Green+Blue) = 242+140+121=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C79 is #0D7386. Grayscale: #A8A8A8. Windows color (decimal): -881543 or 7965938. OLE color: 7965938.
HSL color Cylindrical-coordinate representation of color #F28C79: hue angle of 9.42º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F28C79 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 121 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.05 |
| HSL | 9.42º | 0.82% | 0.71% | - |
| HSV(B) | 9.42º | 0.5% | 0.95% | - |
| XYZ | 49.45 | 39.01 | 23.01 | - |
| YUV | 168.33 | 101.29 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 121 | 0 | 0.42 | 0.50 | 0.05 | 9.42 | 0.82 | 0.71 |
| Hex | F2 | 8C | 79 | 0 | 2A | 32 | 5 | 9 | 52 | 47 |
| Octal | 362 | 214 | 171 | 0 | 52 | 62 | 5 | 11 | 122 | 107 |
| Binary | 11110010 | 10001100 | 1111001 | 0 | 101010 | 110010 | 101 | 1001 | 1010010 | 1000111 |
Color Harmonies of #F28C79
Complementary color
Monochromatic Colors of #F28C79
Black with #F28C79
Text Example
Text Example
White with #F28C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C79; }
p { color: rgb(242,140,121); }
H1.HeaderClassName
{
color: #F28C79;
}
.AnyTagClassName
{
color: #F28C79;
}
</style>
background-color css
<style>
a { background-color: #F28C79; }
a { background-color: rgb(242,140,121); }
div.DivClassName
{
background-color: #F28C79;
}
.BgClassName
{
background-color: #F28C79;
}
</style>
border-color css
<style>
span { border-color: #F28C79; }
span { border-color: rgb(242,140,121); }
td.TdClassName
{
border-color: #F28C79;
}
.TagClassName
{
border-color: #F28C79;
}
</style>