#F18971

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

Shades of Salmon #F18971

Tints of Salmon #F18971

Color information

#F18971 (or 0xF18971) is unknown color: approx Salmon. HEX triplet: F1, 89 and 71. RGB value is (241,137,113). Sum of RGB (Red+Green+Blue) = 241+137+113=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F18971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18971 is #0E768E. Grayscale: #A5A5A5. Windows color (decimal): -947855 or 7440881. OLE color: 7440881.

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

Color convert

RGB241137113-
CMYK00.430.530.05
HSL11.25º82.05%69.41%-
HSV(B)11.25º53.11%94.51%-
XYZ48.237.7820.38-
YUV165.3698.46181.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.08%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 113 (44.53% from 255) = 23.01%
R=49.08%
G=27.90%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113711300.430.530.0511.2582.0569.41
HexF1897102B355b5245
Octal36121116105365513122105
Binary111100011000100111100010101011110101101101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18971; }

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

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

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

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

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

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

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

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