Shades of Salmon #F27B6D
Tints of Salmon #F27B6D
RGB
CMYK
RGB Variations
Color information
#F27B6D (or 0xF27B6D) is known color: Salmon. HEX triplet: F2, 7B and 6D. RGB value is (242,123,109). Sum of RGB (Red+Green+Blue) = 242+123+109=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27B6D is #0D8492. Grayscale: #9D9D9D. Windows color (decimal): -885907 or 7175154. OLE color: 7175154.
HSL color Cylindrical-coordinate representation of color #F27B6D: hue angle of 6.32º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F27B6D is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 109 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.05 |
| HSL | 6.32º | 0.84% | 0.69% | - |
| HSV(B) | 6.32º | 0.55% | 0.95% | - |
| XYZ | 46.46 | 34.15 | 18.61 | - |
| YUV | 156.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 109 | 0 | 0.49 | 0.55 | 0.05 | 6.32 | 0.84 | 0.69 |
| Hex | F2 | 7B | 6D | 0 | 31 | 37 | 5 | 6 | 54 | 45 |
| Octal | 362 | 173 | 155 | 0 | 61 | 67 | 5 | 6 | 124 | 105 |
| Binary | 11110010 | 1111011 | 1101101 | 0 | 110001 | 110111 | 101 | 110 | 1010100 | 1000101 |
Color Harmonies of #F27B6D
Complementary color
Monochromatic Colors of #F27B6D
Black with #F27B6D
Text Example
Text Example
White with #F27B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27B6D; }
p { color: rgb(242,123,109); }
H1.HeaderClassName
{
color: #F27B6D;
}
.AnyTagClassName
{
color: #F27B6D;
}
</style>
background-color css
<style>
a { background-color: #F27B6D; }
a { background-color: rgb(242,123,109); }
div.DivClassName
{
background-color: #F27B6D;
}
.BgClassName
{
background-color: #F27B6D;
}
</style>
border-color css
<style>
span { border-color: #F27B6D; }
span { border-color: rgb(242,123,109); }
td.TdClassName
{
border-color: #F27B6D;
}
.TagClassName
{
border-color: #F27B6D;
}
</style>