Shades of Dark Salmon #F2917B
Tints of Dark Salmon #F2917B
RGB
CMYK
RGB Variations
Color information
#F2917B (or 0xF2917B) is known color: Dark Salmon. HEX triplet: F2, 91 and 7B. RGB value is (242,145,123). Sum of RGB (Red+Green+Blue) = 242+145+123=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2917B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2917B is #0D6E84. Grayscale: #ABABAB. Windows color (decimal): -880261 or 8098290. OLE color: 8098290.
HSL color Cylindrical-coordinate representation of color #F2917B: hue angle of 11.09º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2917B is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 123 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.05 |
| HSL | 11.09º | 0.82% | 0.72% | - |
| HSV(B) | 11.09º | 0.49% | 0.95% | - |
| XYZ | 50.32 | 40.56 | 23.92 | - |
| YUV | 171.5 | 100.64 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 123 | 0 | 0.40 | 0.49 | 0.05 | 11.09 | 0.82 | 0.72 |
| Hex | F2 | 91 | 7B | 0 | 28 | 31 | 5 | B | 52 | 48 |
| Octal | 362 | 221 | 173 | 0 | 50 | 61 | 5 | 13 | 122 | 110 |
| Binary | 11110010 | 10010001 | 1111011 | 0 | 101000 | 110001 | 101 | 1011 | 1010010 | 1001000 |
Color Harmonies of #F2917B
Complementary color
Monochromatic Colors of #F2917B
Black with #F2917B
Text Example
Text Example
White with #F2917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2917B; }
p { color: rgb(242,145,123); }
H1.HeaderClassName
{
color: #F2917B;
}
.AnyTagClassName
{
color: #F2917B;
}
</style>
background-color css
<style>
a { background-color: #F2917B; }
a { background-color: rgb(242,145,123); }
div.DivClassName
{
background-color: #F2917B;
}
.BgClassName
{
background-color: #F2917B;
}
</style>
border-color css
<style>
span { border-color: #F2917B; }
span { border-color: rgb(242,145,123); }
td.TdClassName
{
border-color: #F2917B;
}
.TagClassName
{
border-color: #F2917B;
}
</style>