Shades of Salmon #F27A68
Tints of Salmon #F27A68
RGB
CMYK
RGB Variations
Color information
#F27A68 (or 0xF27A68) is known color: Salmon. HEX triplet: F2, 7A and 68. RGB value is (242,122,104). Sum of RGB (Red+Green+Blue) = 242+122+104=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27A68 is #0D8597. Grayscale: #9C9C9C. Windows color (decimal): -886168 or 6847218. OLE color: 6847218.
HSL color Cylindrical-coordinate representation of color #F27A68: hue angle of 7.83º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F27A68 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 104 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.05 |
| HSL | 7.83º | 0.84% | 0.68% | - |
| HSV(B) | 7.83º | 0.57% | 0.95% | - |
| XYZ | 46.08 | 33.8 | 17.19 | - |
| YUV | 155.83 | 98.76 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 104 | 0 | 0.50 | 0.57 | 0.05 | 7.83 | 0.84 | 0.68 |
| Hex | F2 | 7A | 68 | 0 | 32 | 39 | 5 | 8 | 54 | 44 |
| Octal | 362 | 172 | 150 | 0 | 62 | 71 | 5 | 10 | 124 | 104 |
| Binary | 11110010 | 1111010 | 1101000 | 0 | 110010 | 111001 | 101 | 1000 | 1010100 | 1000100 |
Color Harmonies of #F27A68
Complementary color
Monochromatic Colors of #F27A68
Black with #F27A68
Text Example
Text Example
White with #F27A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27A68; }
p { color: rgb(242,122,104); }
H1.HeaderClassName
{
color: #F27A68;
}
.AnyTagClassName
{
color: #F27A68;
}
</style>
background-color css
<style>
a { background-color: #F27A68; }
a { background-color: rgb(242,122,104); }
div.DivClassName
{
background-color: #F27A68;
}
.BgClassName
{
background-color: #F27A68;
}
</style>
border-color css
<style>
span { border-color: #F27A68; }
span { border-color: rgb(242,122,104); }
td.TdClassName
{
border-color: #F27A68;
}
.TagClassName
{
border-color: #F27A68;
}
</style>