#F1997D

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

Shades of Dark Salmon #F1997D

Tints of Dark Salmon #F1997D

Color information

#F1997D (or 0xF1997D) is unknown color: approx Dark Salmon. HEX triplet: F1, 99 and 7D. RGB value is (241,153,125). Sum of RGB (Red+Green+Blue) = 241+153+125=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1997D is #0E6682. Grayscale: #B0B0B0. Windows color (decimal): -943747 or 8231409. OLE color: 8231409.

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

Color convert

RGB241153125-
CMYK00.370.480.05
HSL14.48º80.56%71.76%-
HSV(B)14.48º48.13%94.51%-
XYZ51.3742.9624.99-
YUV176.1299.15174.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 125 (49.22% from 255) = 24.08%
R=46.44%
G=29.48%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115312500.370.480.0514.4880.5671.76
HexF1997D025305e5148
Octal36123117504560516121110
Binary111100011001100111111010100101110000101111010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1997D; }

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

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

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

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

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

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

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

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