#F1846F

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

Shades of Salmon #F1846F

Tints of Salmon #F1846F

Color information

#F1846F (or 0xF1846F) is unknown color: approx Salmon. HEX triplet: F1, 84 and 6F. RGB value is (241,132,111). Sum of RGB (Red+Green+Blue) = 241+132+111=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1846F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1846F is #0E7B90. Grayscale: #A2A2A2. Windows color (decimal): -949137 or 7308529. OLE color: 7308529.

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

Color convert

RGB241132111-
CMYK00.450.540.05
HSL9.69º82.28%69.02%-
HSV(B)9.69º53.94%94.51%-
XYZ47.436.3519.56-
YUV162.299.11184.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.79%
GREEN value IS 132 (51.95% from 255) = 27.27%
BLUE value IS 111 (43.75% from 255) = 22.93%
R=49.79%
G=27.27%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113211100.450.540.059.6982.2869.02
HexF1846F02D365a5245
Octal36120415705566512122105
Binary111100011000010011011110101101110110101101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1846F; }

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

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

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

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

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

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

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

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