Shades of Dark Salmon #F28F7F
Tints of Dark Salmon #F28F7F
RGB
CMYK
RGB Variations
Color information
#F28F7F (or 0xF28F7F) is known color: Dark Salmon. HEX triplet: F2, 8F and 7F. RGB value is (242,143,127). Sum of RGB (Red+Green+Blue) = 242+143+127=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F7F is #0D7080. Grayscale: #AAAAAA. Windows color (decimal): -880769 or 8359922. OLE color: 8359922.
HSL color Cylindrical-coordinate representation of color #F28F7F: hue angle of 8.35º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F28F7F is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 127 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.05 |
| HSL | 8.35º | 0.82% | 0.72% | - |
| HSV(B) | 8.35º | 0.48% | 0.95% | - |
| XYZ | 50.27 | 40.05 | 25.16 | - |
| YUV | 170.78 | 103.3 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 127 | 0 | 0.41 | 0.48 | 0.05 | 8.35 | 0.82 | 0.72 |
| Hex | F2 | 8F | 7F | 0 | 29 | 30 | 5 | 8 | 52 | 48 |
| Octal | 362 | 217 | 177 | 0 | 51 | 60 | 5 | 10 | 122 | 110 |
| Binary | 11110010 | 10001111 | 1111111 | 0 | 101001 | 110000 | 101 | 1000 | 1010010 | 1001000 |
Color Harmonies of #F28F7F
Complementary color
Monochromatic Colors of #F28F7F
Black with #F28F7F
Text Example
Text Example
White with #F28F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F7F; }
p { color: rgb(242,143,127); }
H1.HeaderClassName
{
color: #F28F7F;
}
.AnyTagClassName
{
color: #F28F7F;
}
</style>
background-color css
<style>
a { background-color: #F28F7F; }
a { background-color: rgb(242,143,127); }
div.DivClassName
{
background-color: #F28F7F;
}
.BgClassName
{
background-color: #F28F7F;
}
</style>
border-color css
<style>
span { border-color: #F28F7F; }
span { border-color: rgb(242,143,127); }
td.TdClassName
{
border-color: #F28F7F;
}
.TagClassName
{
border-color: #F28F7F;
}
</style>