Shades of Salmon #F17867
Tints of Salmon #F17867
RGB
CMYK
RGB Variations
Color information
#F17867 (or 0xF17867) is known color: Salmon. HEX triplet: F1, 78 and 67. RGB value is (241,120,103). Sum of RGB (Red+Green+Blue) = 241+120+103=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F17867 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17867 is #0E8798. Grayscale: #9A9A9A. Windows color (decimal): -952217 or 6781169. OLE color: 6781169.
HSL color Cylindrical-coordinate representation of color #F17867: hue angle of 7.39º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F17867 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 103 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.05 |
| HSL | 7.39º | 0.83% | 0.67% | - |
| HSV(B) | 7.39º | 0.57% | 0.95% | - |
| XYZ | 45.44 | 33.11 | 16.83 | - |
| YUV | 154.24 | 99.09 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 103 | 0 | 0.50 | 0.57 | 0.05 | 7.39 | 0.83 | 0.67 |
| Hex | F1 | 78 | 67 | 0 | 32 | 39 | 5 | 7 | 53 | 43 |
| Octal | 361 | 170 | 147 | 0 | 62 | 71 | 5 | 7 | 123 | 103 |
| Binary | 11110001 | 1111000 | 1100111 | 0 | 110010 | 111001 | 101 | 111 | 1010011 | 1000011 |
Color Harmonies of #F17867
Complementary color
Monochromatic Colors of #F17867
Black with #F17867
Text Example
Text Example
White with #F17867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17867; }
p { color: rgb(241,120,103); }
H1.HeaderClassName
{
color: #F17867;
}
.AnyTagClassName
{
color: #F17867;
}
</style>
background-color css
<style>
a { background-color: #F17867; }
a { background-color: rgb(241,120,103); }
div.DivClassName
{
background-color: #F17867;
}
.BgClassName
{
background-color: #F17867;
}
</style>
border-color css
<style>
span { border-color: #F17867; }
span { border-color: rgb(241,120,103); }
td.TdClassName
{
border-color: #F17867;
}
.TagClassName
{
border-color: #F17867;
}
</style>