#F19B7D

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

Shades of Dark Salmon #F19B7D

Tints of Dark Salmon #F19B7D

Color information

#F19B7D (or 0xF19B7D) is unknown color: approx Dark Salmon. HEX triplet: F1, 9B and 7D. RGB value is (241,155,125). Sum of RGB (Red+Green+Blue) = 241+155+125=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19B7D is #0E6482. Grayscale: #B1B1B1. Windows color (decimal): -943235 or 8231921. OLE color: 8231921.

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

Color convert

RGB241155125-
CMYK00.360.480.05
HSL15.52º80.56%71.76%-
HSV(B)15.52º48.13%94.51%-
XYZ51.743.6225.1-
YUV177.2998.49173.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.26%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 125 (49.22% from 255) = 23.99%
R=46.26%
G=29.75%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115512500.360.480.0515.5280.5671.76
HexF19B7D024305105148
Octal36123317504460520121110
Binary1111000110011011111110101001001100001011000010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19B7D; }

 p { color: rgb(241,155,125); }

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

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

 a { background-color: rgb(241,155,125); }

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

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

 span { border-color: rgb(241,155,125); }

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