#F1997C

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

Shades of Dark Salmon #F1997C

Tints of Dark Salmon #F1997C

Color information

#F1997C (or 0xF1997C) is unknown color: approx Dark Salmon. HEX triplet: F1, 99 and 7C. RGB value is (241,153,124). Sum of RGB (Red+Green+Blue) = 241+153+124=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F1997C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1997C is #0E6683. Grayscale: #B0B0B0. Windows color (decimal): -943748 or 8165873. OLE color: 8165873.

HSL color Cylindrical-coordinate representation of color #F1997C: hue angle of 14.87º degrees, saturation: 0.81, 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 #F1997C is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB241153124-
CMYK00.370.490.05
HSL14.87º80.69%71.57%-
HSV(B)14.87º48.55%94.51%-
XYZ51.342.9424.65-
YUV176.0198.65174.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.53%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 124 (48.83% from 255) = 23.94%
R=46.53%
G=29.54%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115312400.370.490.0514.8780.6971.57
HexF1997C025315f5148
Octal36123117404561517121110
Binary111100011001100111111000100101110001101111110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1997C; }

 p { color: rgb(241,153,124); }

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

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

 a { background-color: rgb(241,153,124); }

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

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

 span { border-color: rgb(241,153,124); }

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