#F1926F

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

Shades of Dark Salmon #F1926F

Tints of Dark Salmon #F1926F

Color information

#F1926F (or 0xF1926F) is unknown color: approx Dark Salmon. HEX triplet: F1, 92 and 6F. RGB value is (241,146,111). Sum of RGB (Red+Green+Blue) = 241+146+111=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1926F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1926F is #0E6D90. Grayscale: #AAAAAA. Windows color (decimal): -945553 or 7312113. OLE color: 7312113.

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

Color convert

RGB241146111-
CMYK00.390.540.05
HSL16.15º82.28%69.02%-
HSV(B)16.15º53.94%94.51%-
XYZ49.4240.4120.23-
YUV170.4294.47178.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.39%
GREEN value IS 146 (57.42% from 255) = 29.32%
BLUE value IS 111 (43.75% from 255) = 22.29%
R=48.39%
G=29.32%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114611100.390.540.0516.1582.2869.02
HexF1926F027365105245
Octal36122215704766520122105
Binary1111000110010010110111101001111101101011000010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1926F; }

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

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

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

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

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

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

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

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