#F1987E

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

Shades of Dark Salmon #F1987E

Tints of Dark Salmon #F1987E

Color information

#F1987E (or 0xF1987E) is unknown color: approx Dark Salmon. HEX triplet: F1, 98 and 7E. RGB value is (241,152,126). Sum of RGB (Red+Green+Blue) = 241+152+126=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1987E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1987E is #0E6781. Grayscale: #AFAFAF. Windows color (decimal): -944002 or 8296689. OLE color: 8296689.

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

Color convert

RGB241152126-
CMYK00.370.480.05
HSL13.57º80.42%71.96%-
HSV(B)13.57º47.72%94.51%-
XYZ51.2742.6625.27-
YUV175.6599.99174.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 152 (59.77% from 255) = 29.29%
BLUE value IS 126 (49.61% from 255) = 24.28%
R=46.44%
G=29.29%
B=24.28%

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
Decimal24115212600.370.480.0513.5780.4271.96
HexF1987E025305e5048
Octal36123017604560516120110
Binary111100011001100011111100100101110000101111010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1987E; }

 p { color: rgb(241,152,126); }

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

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

 a { background-color: rgb(241,152,126); }

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

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

 span { border-color: rgb(241,152,126); }

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