#F1806D

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

Shades of Salmon #F1806D

Tints of Salmon #F1806D

Color information

#F1806D (or 0xF1806D) is unknown color: approx Salmon. HEX triplet: F1, 80 and 6D. RGB value is (241,128,109). Sum of RGB (Red+Green+Blue) = 241+128+109=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1806D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1806D is #0E7F92. Grayscale: #9F9F9F. Windows color (decimal): -950163 or 7176433. OLE color: 7176433.

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

Color convert

RGB241128109-
CMYK00.470.550.05
HSL8.64º82.5%68.63%-
HSV(B)8.64º54.77%94.51%-
XYZ46.7635.2418.81-
YUV159.6299.44186.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.42%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 109 (42.97% from 255) = 22.80%
R=50.42%
G=26.78%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112810900.470.550.058.6482.568.63
HexF1806D02F37595245
Octal36120015505767511122105
Binary111100011000000011011010101111110111101100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1806D; }

 p { color: rgb(241,128,109); }

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

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

 a { background-color: rgb(241,128,109); }

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

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

 span { border-color: rgb(241,128,109); }

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