Shades of Salmon #F67F63
Tints of Salmon #F67F63
RGB
CMYK
RGB Variations
Color information
#F67F63 (or 0xF67F63) is known color: Salmon. HEX triplet: F6, 7F and 63. RGB value is (246,127,99). Sum of RGB (Red+Green+Blue) = 246+127+99=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67F63 is #09809C. Grayscale: #9F9F9F. Windows color (decimal): -622749 or 6520822. OLE color: 6520822.
HSL color Cylindrical-coordinate representation of color #F67F63: hue angle of 11.43º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F67F63 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 99 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.04 |
| HSL | 11.43º | 0.89% | 0.68% | - |
| HSV(B) | 11.43º | 0.6% | 0.96% | - |
| XYZ | 47.85 | 35.67 | 16.17 | - |
| YUV | 159.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 99 | 0 | 0.48 | 0.60 | 0.04 | 11.43 | 0.89 | 0.68 |
| Hex | F6 | 7F | 63 | 0 | 30 | 3C | 4 | B | 59 | 44 |
| Octal | 366 | 177 | 143 | 0 | 60 | 74 | 4 | 13 | 131 | 104 |
| Binary | 11110110 | 1111111 | 1100011 | 0 | 110000 | 111100 | 100 | 1011 | 1011001 | 1000100 |
Color Harmonies of #F67F63
Complementary color
Monochromatic Colors of #F67F63
Black with #F67F63
Text Example
Text Example
White with #F67F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67F63; }
p { color: rgb(246,127,99); }
H1.HeaderClassName
{
color: #F67F63;
}
.AnyTagClassName
{
color: #F67F63;
}
</style>
background-color css
<style>
a { background-color: #F67F63; }
a { background-color: rgb(246,127,99); }
div.DivClassName
{
background-color: #F67F63;
}
.BgClassName
{
background-color: #F67F63;
}
</style>
border-color css
<style>
span { border-color: #F67F63; }
span { border-color: rgb(246,127,99); }
td.TdClassName
{
border-color: #F67F63;
}
.TagClassName
{
border-color: #F67F63;
}
</style>