Shades of Salmon #F28A6D
Tints of Salmon #F28A6D
RGB
CMYK
RGB Variations
Color information
#F28A6D (or 0xF28A6D) is known color: Salmon. HEX triplet: F2, 8A and 6D. RGB value is (242,138,109). Sum of RGB (Red+Green+Blue) = 242+138+109=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28A6D is #0D7592. Grayscale: #A6A6A6. Windows color (decimal): -882067 or 7178994. OLE color: 7178994.
HSL color Cylindrical-coordinate representation of color #F28A6D: hue angle of 13.08º 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 #F28A6D is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 109 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.05 |
| HSL | 13.08º | 0.84% | 0.69% | - |
| HSV(B) | 13.08º | 0.55% | 0.95% | - |
| XYZ | 48.47 | 38.16 | 19.28 | - |
| YUV | 165.79 | 95.96 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 109 | 0 | 0.43 | 0.55 | 0.05 | 13.08 | 0.84 | 0.69 |
| Hex | F2 | 8A | 6D | 0 | 2B | 37 | 5 | D | 54 | 45 |
| Octal | 362 | 212 | 155 | 0 | 53 | 67 | 5 | 15 | 124 | 105 |
| Binary | 11110010 | 10001010 | 1101101 | 0 | 101011 | 110111 | 101 | 1101 | 1010100 | 1000101 |
Color Harmonies of #F28A6D
Complementary color
Monochromatic Colors of #F28A6D
Black with #F28A6D
Text Example
Text Example
White with #F28A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A6D; }
p { color: rgb(242,138,109); }
H1.HeaderClassName
{
color: #F28A6D;
}
.AnyTagClassName
{
color: #F28A6D;
}
</style>
background-color css
<style>
a { background-color: #F28A6D; }
a { background-color: rgb(242,138,109); }
div.DivClassName
{
background-color: #F28A6D;
}
.BgClassName
{
background-color: #F28A6D;
}
</style>
border-color css
<style>
span { border-color: #F28A6D; }
span { border-color: rgb(242,138,109); }
td.TdClassName
{
border-color: #F28A6D;
}
.TagClassName
{
border-color: #F28A6D;
}
</style>