Shades of Salmon #F27B70
Tints of Salmon #F27B70
RGB
CMYK
RGB Variations
Color information
#F27B70 (or 0xF27B70) is known color: Salmon. HEX triplet: F2, 7B and 70. RGB value is (242,123,112). Sum of RGB (Red+Green+Blue) = 242+123+112=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27B70 is #0D848F. Grayscale: #9D9D9D. Windows color (decimal): -885904 or 7371762. OLE color: 7371762.
HSL color Cylindrical-coordinate representation of color #F27B70: hue angle of 5.08º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F27B70 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 112 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.05 |
| HSL | 5.08º | 0.83% | 0.69% | - |
| HSV(B) | 5.08º | 0.54% | 0.95% | - |
| XYZ | 46.63 | 34.21 | 19.48 | - |
| YUV | 157.33 | 102.42 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 112 | 0 | 0.49 | 0.54 | 0.05 | 5.08 | 0.83 | 0.69 |
| Hex | F2 | 7B | 70 | 0 | 31 | 36 | 5 | 5 | 53 | 45 |
| Octal | 362 | 173 | 160 | 0 | 61 | 66 | 5 | 5 | 123 | 105 |
| Binary | 11110010 | 1111011 | 1110000 | 0 | 110001 | 110110 | 101 | 101 | 1010011 | 1000101 |
Color Harmonies of #F27B70
Complementary color
Monochromatic Colors of #F27B70
Black with #F27B70
Text Example
Text Example
White with #F27B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27B70; }
p { color: rgb(242,123,112); }
H1.HeaderClassName
{
color: #F27B70;
}
.AnyTagClassName
{
color: #F27B70;
}
</style>
background-color css
<style>
a { background-color: #F27B70; }
a { background-color: rgb(242,123,112); }
div.DivClassName
{
background-color: #F27B70;
}
.BgClassName
{
background-color: #F27B70;
}
</style>
border-color css
<style>
span { border-color: #F27B70; }
span { border-color: rgb(242,123,112); }
td.TdClassName
{
border-color: #F27B70;
}
.TagClassName
{
border-color: #F27B70;
}
</style>