Shades of Salmon #F27D6D
Tints of Salmon #F27D6D
RGB
CMYK
RGB Variations
Color information
#F27D6D (or 0xF27D6D) is known color: Salmon. HEX triplet: F2, 7D and 6D. RGB value is (242,125,109). Sum of RGB (Red+Green+Blue) = 242+125+109=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27D6D is #0D8292. Grayscale: #9E9E9E. Windows color (decimal): -885395 or 7175666. OLE color: 7175666.
HSL color Cylindrical-coordinate representation of color #F27D6D: hue angle of 7.22º 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 #F27D6D is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 109 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.05 |
| HSL | 7.22º | 0.84% | 0.69% | - |
| HSV(B) | 7.22º | 0.55% | 0.95% | - |
| XYZ | 46.71 | 34.65 | 18.69 | - |
| YUV | 158.16 | 100.26 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 109 | 0 | 0.48 | 0.55 | 0.05 | 7.22 | 0.84 | 0.69 |
| Hex | F2 | 7D | 6D | 0 | 30 | 37 | 5 | 7 | 54 | 45 |
| Octal | 362 | 175 | 155 | 0 | 60 | 67 | 5 | 7 | 124 | 105 |
| Binary | 11110010 | 1111101 | 1101101 | 0 | 110000 | 110111 | 101 | 111 | 1010100 | 1000101 |
Color Harmonies of #F27D6D
Complementary color
Monochromatic Colors of #F27D6D
Black with #F27D6D
Text Example
Text Example
White with #F27D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27D6D; }
p { color: rgb(242,125,109); }
H1.HeaderClassName
{
color: #F27D6D;
}
.AnyTagClassName
{
color: #F27D6D;
}
</style>
background-color css
<style>
a { background-color: #F27D6D; }
a { background-color: rgb(242,125,109); }
div.DivClassName
{
background-color: #F27D6D;
}
.BgClassName
{
background-color: #F27D6D;
}
</style>
border-color css
<style>
span { border-color: #F27D6D; }
span { border-color: rgb(242,125,109); }
td.TdClassName
{
border-color: #F27D6D;
}
.TagClassName
{
border-color: #F27D6D;
}
</style>