Shades of Salmon #F28273
Tints of Salmon #F28273
RGB
CMYK
RGB Variations
Color information
#F28273 (or 0xF28273) is known color: Salmon. HEX triplet: F2, 82 and 73. RGB value is (242,130,115). Sum of RGB (Red+Green+Blue) = 242+130+115=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F28273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28273 is #0D7D8C. Grayscale: #A1A1A1. Windows color (decimal): -884109 or 7570162. OLE color: 7570162.
HSL color Cylindrical-coordinate representation of color #F28273: hue angle of 7.09º 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 #F28273 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 115 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.05 |
| HSL | 7.09º | 0.83% | 0.7% | - |
| HSV(B) | 7.09º | 0.52% | 0.95% | - |
| XYZ | 47.7 | 36.08 | 20.67 | - |
| YUV | 161.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 115 | 0 | 0.46 | 0.52 | 0.05 | 7.09 | 0.83 | 0.7 |
| Hex | F2 | 82 | 73 | 0 | 2E | 34 | 5 | 7 | 53 | 46 |
| Octal | 362 | 202 | 163 | 0 | 56 | 64 | 5 | 7 | 123 | 106 |
| Binary | 11110010 | 10000010 | 1110011 | 0 | 101110 | 110100 | 101 | 111 | 1010011 | 1000110 |
Color Harmonies of #F28273
Complementary color
Monochromatic Colors of #F28273
Black with #F28273
Text Example
Text Example
White with #F28273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28273; }
p { color: rgb(242,130,115); }
H1.HeaderClassName
{
color: #F28273;
}
.AnyTagClassName
{
color: #F28273;
}
</style>
background-color css
<style>
a { background-color: #F28273; }
a { background-color: rgb(242,130,115); }
div.DivClassName
{
background-color: #F28273;
}
.BgClassName
{
background-color: #F28273;
}
</style>
border-color css
<style>
span { border-color: #F28273; }
span { border-color: rgb(242,130,115); }
td.TdClassName
{
border-color: #F28273;
}
.TagClassName
{
border-color: #F28273;
}
</style>