Shades of Salmon #F28A6A
Tints of Salmon #F28A6A
RGB
CMYK
RGB Variations
Color information
#F28A6A (or 0xF28A6A) is known color: Salmon. HEX triplet: F2, 8A and 6A. RGB value is (242,138,106). Sum of RGB (Red+Green+Blue) = 242+138+106=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28A6A is #0D7595. Grayscale: #A5A5A5. Windows color (decimal): -882070 or 6982386. OLE color: 6982386.
HSL color Cylindrical-coordinate representation of color #F28A6A: hue angle of 14.12º 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 #F28A6A is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 106 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.05 |
| HSL | 14.12º | 0.84% | 0.68% | - |
| HSV(B) | 14.12º | 0.56% | 0.95% | - |
| XYZ | 48.31 | 38.09 | 18.44 | - |
| YUV | 165.45 | 94.46 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 106 | 0 | 0.43 | 0.56 | 0.05 | 14.12 | 0.84 | 0.68 |
| Hex | F2 | 8A | 6A | 0 | 2B | 38 | 5 | E | 54 | 44 |
| Octal | 362 | 212 | 152 | 0 | 53 | 70 | 5 | 16 | 124 | 104 |
| Binary | 11110010 | 10001010 | 1101010 | 0 | 101011 | 111000 | 101 | 1110 | 1010100 | 1000100 |
Color Harmonies of #F28A6A
Complementary color
Monochromatic Colors of #F28A6A
Black with #F28A6A
Text Example
Text Example
White with #F28A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A6A; }
p { color: rgb(242,138,106); }
H1.HeaderClassName
{
color: #F28A6A;
}
.AnyTagClassName
{
color: #F28A6A;
}
</style>
background-color css
<style>
a { background-color: #F28A6A; }
a { background-color: rgb(242,138,106); }
div.DivClassName
{
background-color: #F28A6A;
}
.BgClassName
{
background-color: #F28A6A;
}
</style>
border-color css
<style>
span { border-color: #F28A6A; }
span { border-color: rgb(242,138,106); }
td.TdClassName
{
border-color: #F28A6A;
}
.TagClassName
{
border-color: #F28A6A;
}
</style>