#F19A7C

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

Shades of Dark Salmon #F19A7C

Tints of Dark Salmon #F19A7C

Color information

#F19A7C (or 0xF19A7C) is unknown color: approx Dark Salmon. HEX triplet: F1, 9A and 7C. RGB value is (241,154,124). Sum of RGB (Red+Green+Blue) = 241+154+124=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19A7C is #0E6583. Grayscale: #B0B0B0. Windows color (decimal): -943492 or 8166129. OLE color: 8166129.

HSL color Cylindrical-coordinate representation of color #F19A7C: hue angle of 15.38º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F19A7C is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB241154124-
CMYK00.360.490.05
HSL15.38º80.69%71.57%-
HSV(B)15.38º48.55%94.51%-
XYZ51.4743.2724.71-
YUV176.5998.32173.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 124 (48.83% from 255) = 23.89%
R=46.44%
G=29.67%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115412400.360.490.0515.3880.6971.57
HexF19A7C024315f5148
Octal36123217404461517121110
Binary111100011001101011111000100100110001101111110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19A7C; }

 p { color: rgb(241,154,124); }

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

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

 a { background-color: rgb(241,154,124); }

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

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

 span { border-color: rgb(241,154,124); }

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