Shades of Dark Salmon #F28F70
Tints of Dark Salmon #F28F70
RGB
CMYK
RGB Variations
Color information
#F28F70 (or 0xF28F70) is known color: Dark Salmon. HEX triplet: F2, 8F and 70. RGB value is (242,143,112). Sum of RGB (Red+Green+Blue) = 242+143+112=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F70 is #0D708F. Grayscale: #A9A9A9. Windows color (decimal): -880784 or 7376882. OLE color: 7376882.
HSL color Cylindrical-coordinate representation of color #F28F70: hue angle of 14.31º 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 #F28F70 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 112 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.05 |
| HSL | 14.31º | 0.83% | 0.69% | - |
| HSV(B) | 14.31º | 0.54% | 0.95% | - |
| XYZ | 49.37 | 39.69 | 20.39 | - |
| YUV | 169.07 | 95.8 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 112 | 0 | 0.41 | 0.54 | 0.05 | 14.31 | 0.83 | 0.69 |
| Hex | F2 | 8F | 70 | 0 | 29 | 36 | 5 | E | 53 | 45 |
| Octal | 362 | 217 | 160 | 0 | 51 | 66 | 5 | 16 | 123 | 105 |
| Binary | 11110010 | 10001111 | 1110000 | 0 | 101001 | 110110 | 101 | 1110 | 1010011 | 1000101 |
Color Harmonies of #F28F70
Complementary color
Monochromatic Colors of #F28F70
Black with #F28F70
Text Example
Text Example
White with #F28F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F70; }
p { color: rgb(242,143,112); }
H1.HeaderClassName
{
color: #F28F70;
}
.AnyTagClassName
{
color: #F28F70;
}
</style>
background-color css
<style>
a { background-color: #F28F70; }
a { background-color: rgb(242,143,112); }
div.DivClassName
{
background-color: #F28F70;
}
.BgClassName
{
background-color: #F28F70;
}
</style>
border-color css
<style>
span { border-color: #F28F70; }
span { border-color: rgb(242,143,112); }
td.TdClassName
{
border-color: #F28F70;
}
.TagClassName
{
border-color: #F28F70;
}
</style>