Shades of Salmon #F28173
Tints of Salmon #F28173
RGB
CMYK
RGB Variations
Color information
#F28173 (or 0xF28173) is known color: Salmon. HEX triplet: F2, 81 and 73. RGB value is (242,129,115). Sum of RGB (Red+Green+Blue) = 242+129+115=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F28173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28173 is #0D7E8C. Grayscale: #A1A1A1. Windows color (decimal): -884365 or 7569906. OLE color: 7569906.
HSL color Cylindrical-coordinate representation of color #F28173: hue angle of 6.61º 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 #F28173 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 115 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.05 |
| HSL | 6.61º | 0.83% | 0.7% | - |
| HSV(B) | 6.61º | 0.52% | 0.95% | - |
| XYZ | 47.56 | 35.82 | 20.63 | - |
| YUV | 161.19 | 101.94 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 115 | 0 | 0.47 | 0.52 | 0.05 | 6.61 | 0.83 | 0.7 |
| Hex | F2 | 81 | 73 | 0 | 2F | 34 | 5 | 7 | 53 | 46 |
| Octal | 362 | 201 | 163 | 0 | 57 | 64 | 5 | 7 | 123 | 106 |
| Binary | 11110010 | 10000001 | 1110011 | 0 | 101111 | 110100 | 101 | 111 | 1010011 | 1000110 |
Color Harmonies of #F28173
Complementary color
Monochromatic Colors of #F28173
Black with #F28173
Text Example
Text Example
White with #F28173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28173; }
p { color: rgb(242,129,115); }
H1.HeaderClassName
{
color: #F28173;
}
.AnyTagClassName
{
color: #F28173;
}
</style>
background-color css
<style>
a { background-color: #F28173; }
a { background-color: rgb(242,129,115); }
div.DivClassName
{
background-color: #F28173;
}
.BgClassName
{
background-color: #F28173;
}
</style>
border-color css
<style>
span { border-color: #F28173; }
span { border-color: rgb(242,129,115); }
td.TdClassName
{
border-color: #F28173;
}
.TagClassName
{
border-color: #F28173;
}
</style>