Shades of Salmon #F28A70
Tints of Salmon #F28A70
RGB
CMYK
RGB Variations
Color information
#F28A70 (or 0xF28A70) is known color: Salmon. HEX triplet: F2, 8A and 70. RGB value is (242,138,112). Sum of RGB (Red+Green+Blue) = 242+138+112=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28A70 is #0D758F. Grayscale: #A6A6A6. Windows color (decimal): -882064 or 7375602. OLE color: 7375602.
HSL color Cylindrical-coordinate representation of color #F28A70: hue angle of 12º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F28A70 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 112 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.05 |
| HSL | 12º | 0.83% | 0.69% | - |
| HSV(B) | 12º | 0.54% | 0.95% | - |
| XYZ | 48.63 | 38.22 | 20.14 | - |
| YUV | 166.13 | 97.46 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 112 | 0 | 0.43 | 0.54 | 0.05 | 12 | 0.83 | 0.69 |
| Hex | F2 | 8A | 70 | 0 | 2B | 36 | 5 | C | 53 | 45 |
| Octal | 362 | 212 | 160 | 0 | 53 | 66 | 5 | 14 | 123 | 105 |
| Binary | 11110010 | 10001010 | 1110000 | 0 | 101011 | 110110 | 101 | 1100 | 1010011 | 1000101 |
Color Harmonies of #F28A70
Complementary color
Monochromatic Colors of #F28A70
Black with #F28A70
Text Example
Text Example
White with #F28A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A70; }
p { color: rgb(242,138,112); }
H1.HeaderClassName
{
color: #F28A70;
}
.AnyTagClassName
{
color: #F28A70;
}
</style>
background-color css
<style>
a { background-color: #F28A70; }
a { background-color: rgb(242,138,112); }
div.DivClassName
{
background-color: #F28A70;
}
.BgClassName
{
background-color: #F28A70;
}
</style>
border-color css
<style>
span { border-color: #F28A70; }
span { border-color: rgb(242,138,112); }
td.TdClassName
{
border-color: #F28A70;
}
.TagClassName
{
border-color: #F28A70;
}
</style>