#F1956F

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

Shades of Dark Salmon #F1956F

Tints of Dark Salmon #F1956F

Color information

#F1956F (or 0xF1956F) is unknown color: approx Dark Salmon. HEX triplet: F1, 95 and 6F. RGB value is (241,149,111). Sum of RGB (Red+Green+Blue) = 241+149+111=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1956F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1956F is #0E6A90. Grayscale: #ACACAC. Windows color (decimal): -944785 or 7312881. OLE color: 7312881.

HSL color Cylindrical-coordinate representation of color #F1956F: hue angle of 17.54º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1956F is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB241149111-
CMYK00.380.540.05
HSL17.54º82.28%69.02%-
HSV(B)17.54º53.94%94.51%-
XYZ49.8941.3420.39-
YUV172.1893.48177.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.10%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 111 (43.75% from 255) = 22.16%
R=48.10%
G=29.74%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114911100.380.540.0517.5482.2869.02
HexF1956F026365125245
Octal36122515704666522122105
Binary1111000110010101110111101001101101101011001010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1956F; }

 p { color: rgb(241,149,111); }

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

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

 a { background-color: rgb(241,149,111); }

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

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

 span { border-color: rgb(241,149,111); }

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