Shades of Salmon #F28875
Tints of Salmon #F28875
RGB
CMYK
RGB Variations
Color information
#F28875 (or 0xF28875) is known color: Salmon. HEX triplet: F2, 88 and 75. RGB value is (242,136,117). Sum of RGB (Red+Green+Blue) = 242+136+117=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F28875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28875 is #0D778A. Grayscale: #A5A5A5. Windows color (decimal): -882571 or 7702770. OLE color: 7702770.
HSL color Cylindrical-coordinate representation of color #F28875: hue angle of 9.12º 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 #F28875 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 117 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.05 |
| HSL | 9.12º | 0.83% | 0.7% | - |
| HSV(B) | 9.12º | 0.52% | 0.95% | - |
| XYZ | 48.63 | 37.77 | 21.56 | - |
| YUV | 165.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 117 | 0 | 0.44 | 0.52 | 0.05 | 9.12 | 0.83 | 0.7 |
| Hex | F2 | 88 | 75 | 0 | 2C | 34 | 5 | 9 | 53 | 46 |
| Octal | 362 | 210 | 165 | 0 | 54 | 64 | 5 | 11 | 123 | 106 |
| Binary | 11110010 | 10001000 | 1110101 | 0 | 101100 | 110100 | 101 | 1001 | 1010011 | 1000110 |
Color Harmonies of #F28875
Complementary color
Monochromatic Colors of #F28875
Black with #F28875
Text Example
Text Example
White with #F28875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28875; }
p { color: rgb(242,136,117); }
H1.HeaderClassName
{
color: #F28875;
}
.AnyTagClassName
{
color: #F28875;
}
</style>
background-color css
<style>
a { background-color: #F28875; }
a { background-color: rgb(242,136,117); }
div.DivClassName
{
background-color: #F28875;
}
.BgClassName
{
background-color: #F28875;
}
</style>
border-color css
<style>
span { border-color: #F28875; }
span { border-color: rgb(242,136,117); }
td.TdClassName
{
border-color: #F28875;
}
.TagClassName
{
border-color: #F28875;
}
</style>