#F1917E

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

Shades of Dark Salmon #F1917E

Tints of Dark Salmon #F1917E

Color information

#F1917E (or 0xF1917E) is unknown color: approx Dark Salmon. HEX triplet: F1, 91 and 7E. RGB value is (241,145,126). Sum of RGB (Red+Green+Blue) = 241+145+126=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1917E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1917E is #0E6E81. Grayscale: #ABABAB. Windows color (decimal): -945794 or 8294897. OLE color: 8294897.

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

Color convert

RGB241145126-
CMYK00.400.480.05
HSL9.91º80.42%71.96%-
HSV(B)9.91º47.72%94.51%-
XYZ50.1740.4624.9-
YUV171.54102.3177.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.07%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 126 (49.61% from 255) = 24.61%
R=47.07%
G=28.32%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114512600.400.480.059.9180.4271.96
HexF1917E028305a5048
Octal36122117605060512120110
Binary111100011001000111111100101000110000101101010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1917E; }

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

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

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

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

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

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

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

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