#F1896F

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

Shades of Salmon #F1896F

Tints of Salmon #F1896F

Color information

#F1896F (or 0xF1896F) is unknown color: approx Salmon. HEX triplet: F1, 89 and 6F. RGB value is (241,137,111). Sum of RGB (Red+Green+Blue) = 241+137+111=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1896F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1896F is #0E7690. Grayscale: #A5A5A5. Windows color (decimal): -947857 or 7309809. OLE color: 7309809.

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

Color convert

RGB241137111-
CMYK00.430.540.05
HSL12º82.28%69.02%-
HSV(B)12º53.94%94.51%-
XYZ48.0937.7419.79-
YUV165.1397.46182.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.28%
GREEN value IS 137 (53.91% from 255) = 28.02%
BLUE value IS 111 (43.75% from 255) = 22.70%
R=49.28%
G=28.02%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113711100.430.540.051282.2869.02
HexF1896F02B365c5245
Octal36121115705366514122105
Binary111100011000100111011110101011110110101110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1896F; }

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

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

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

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

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

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

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

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