Shades of Salmon #F27A6A
Tints of Salmon #F27A6A
RGB
CMYK
RGB Variations
Color information
#F27A6A (or 0xF27A6A) is known color: Salmon. HEX triplet: F2, 7A and 6A. RGB value is (242,122,106). Sum of RGB (Red+Green+Blue) = 242+122+106=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27A6A is #0D8595. Grayscale: #9C9C9C. Windows color (decimal): -886166 or 6978290. OLE color: 6978290.
HSL color Cylindrical-coordinate representation of color #F27A6A: hue angle of 7.06º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F27A6A is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 106 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.05 |
| HSL | 7.06º | 0.84% | 0.68% | - |
| HSV(B) | 7.06º | 0.56% | 0.95% | - |
| XYZ | 46.18 | 33.84 | 17.73 | - |
| YUV | 156.06 | 99.76 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 106 | 0 | 0.50 | 0.56 | 0.05 | 7.06 | 0.84 | 0.68 |
| Hex | F2 | 7A | 6A | 0 | 32 | 38 | 5 | 7 | 54 | 44 |
| Octal | 362 | 172 | 152 | 0 | 62 | 70 | 5 | 7 | 124 | 104 |
| Binary | 11110010 | 1111010 | 1101010 | 0 | 110010 | 111000 | 101 | 111 | 1010100 | 1000100 |
Color Harmonies of #F27A6A
Complementary color
Monochromatic Colors of #F27A6A
Black with #F27A6A
Text Example
Text Example
White with #F27A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27A6A; }
p { color: rgb(242,122,106); }
H1.HeaderClassName
{
color: #F27A6A;
}
.AnyTagClassName
{
color: #F27A6A;
}
</style>
background-color css
<style>
a { background-color: #F27A6A; }
a { background-color: rgb(242,122,106); }
div.DivClassName
{
background-color: #F27A6A;
}
.BgClassName
{
background-color: #F27A6A;
}
</style>
border-color css
<style>
span { border-color: #F27A6A; }
span { border-color: rgb(242,122,106); }
td.TdClassName
{
border-color: #F27A6A;
}
.TagClassName
{
border-color: #F27A6A;
}
</style>