Shades of Salmon #F28A68
Tints of Salmon #F28A68
RGB
CMYK
RGB Variations
Color information
#F28A68 (or 0xF28A68) is known color: Salmon. HEX triplet: F2, 8A and 68. RGB value is (242,138,104). Sum of RGB (Red+Green+Blue) = 242+138+104=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28A68 is #0D7597. Grayscale: #A5A5A5. Windows color (decimal): -882072 or 6851314. OLE color: 6851314.
HSL color Cylindrical-coordinate representation of color #F28A68: hue angle of 14.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F28A68 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 104 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.05 |
| HSL | 14.78º | 0.84% | 0.68% | - |
| HSV(B) | 14.78º | 0.57% | 0.95% | - |
| XYZ | 48.21 | 38.05 | 17.9 | - |
| YUV | 165.22 | 93.46 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 104 | 0 | 0.43 | 0.57 | 0.05 | 14.78 | 0.84 | 0.68 |
| Hex | F2 | 8A | 68 | 0 | 2B | 39 | 5 | F | 54 | 44 |
| Octal | 362 | 212 | 150 | 0 | 53 | 71 | 5 | 17 | 124 | 104 |
| Binary | 11110010 | 10001010 | 1101000 | 0 | 101011 | 111001 | 101 | 1111 | 1010100 | 1000100 |
Color Harmonies of #F28A68
Complementary color
Monochromatic Colors of #F28A68
Black with #F28A68
Text Example
Text Example
White with #F28A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A68; }
p { color: rgb(242,138,104); }
H1.HeaderClassName
{
color: #F28A68;
}
.AnyTagClassName
{
color: #F28A68;
}
</style>
background-color css
<style>
a { background-color: #F28A68; }
a { background-color: rgb(242,138,104); }
div.DivClassName
{
background-color: #F28A68;
}
.BgClassName
{
background-color: #F28A68;
}
</style>
border-color css
<style>
span { border-color: #F28A68; }
span { border-color: rgb(242,138,104); }
td.TdClassName
{
border-color: #F28A68;
}
.TagClassName
{
border-color: #F28A68;
}
</style>