Shades of Salmon #F27F74
Tints of Salmon #F27F74
RGB
CMYK
RGB Variations
Color information
#F27F74 (or 0xF27F74) is known color: Salmon. HEX triplet: F2, 7F and 74. RGB value is (242,127,116). Sum of RGB (Red+Green+Blue) = 242+127+116=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27F74 is #0D808B. Grayscale: #A0A0A0. Windows color (decimal): -884876 or 7634930. OLE color: 7634930.
HSL color Cylindrical-coordinate representation of color #F27F74: hue angle of 5.24º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F27F74 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 127 | 116 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.05 |
| HSL | 5.24º | 0.83% | 0.7% | - |
| HSV(B) | 5.24º | 0.52% | 0.95% | - |
| XYZ | 47.36 | 35.32 | 20.84 | - |
| YUV | 160.13 | 103.1 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 116 | 0 | 0.48 | 0.52 | 0.05 | 5.24 | 0.83 | 0.7 |
| Hex | F2 | 7F | 74 | 0 | 30 | 34 | 5 | 5 | 53 | 46 |
| Octal | 362 | 177 | 164 | 0 | 60 | 64 | 5 | 5 | 123 | 106 |
| Binary | 11110010 | 1111111 | 1110100 | 0 | 110000 | 110100 | 101 | 101 | 1010011 | 1000110 |
Color Harmonies of #F27F74
Complementary color
Monochromatic Colors of #F27F74
Black with #F27F74
Text Example
Text Example
White with #F27F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27F74; }
p { color: rgb(242,127,116); }
H1.HeaderClassName
{
color: #F27F74;
}
.AnyTagClassName
{
color: #F27F74;
}
</style>
background-color css
<style>
a { background-color: #F27F74; }
a { background-color: rgb(242,127,116); }
div.DivClassName
{
background-color: #F27F74;
}
.BgClassName
{
background-color: #F27F74;
}
</style>
border-color css
<style>
span { border-color: #F27F74; }
span { border-color: rgb(242,127,116); }
td.TdClassName
{
border-color: #F27F74;
}
.TagClassName
{
border-color: #F27F74;
}
</style>