#F2947D

Color #F2947D Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #F2947D

Tints of Dark Salmon #F2947D

Color information

#F2947D (or 0xF2947D) is unknown color: approx Dark Salmon. HEX triplet: F2, 94 and 7D. RGB value is (242,148,125). Sum of RGB (Red+Green+Blue) = 242+148+125=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2947D is #0D6B82. Grayscale: #ADADAD. Windows color (decimal): -879491 or 8230130. OLE color: 8230130.

HSL color Cylindrical-coordinate representation of color #F2947D: hue angle of 11.79º 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 #F2947D is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB242148125-
CMYK00.390.480.05
HSL11.79º81.82%71.96%-
HSV(B)11.79º48.35%94.9%-
XYZ50.9141.5424.74-
YUV173.48100.64176.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 46.99%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 125 (49.22% from 255) = 24.27%
R=46.99%
G=28.74%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214812500.390.480.0511.7981.8271.96
HexF2947D027305c5248
Octal36222417504760514122110
Binary111100101001010011111010100111110000101110010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2947D; }

 p { color: rgb(242,148,125); }

 H1.HeaderClassName
 {
   color: #F2947D;
 }
 .AnyTagClassName
 {
   color: #F2947D;
 }
</style>
background-color css

<style>
 a { background-color: #F2947D; }

 a { background-color: rgb(242,148,125); }

 div.DivClassName
 {
   background-color: #F2947D;
 }
 .BgClassName
 {
   background-color: #F2947D;
 }
</style>
border-color css

<style>
 span { border-color: #F2947D; }

 span { border-color: rgb(242,148,125); }

 td.TdClassName
 {
   border-color: #F2947D;
 }
 .TagClassName
 {
   border-color: #F2947D;
 }
</style>