#F19B74

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

Shades of Dark Salmon #F19B74

Tints of Dark Salmon #F19B74

Color information

#F19B74 (or 0xF19B74) is unknown color: approx Dark Salmon. HEX triplet: F1, 9B and 74. RGB value is (241,155,116). Sum of RGB (Red+Green+Blue) = 241+155+116=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19B74 is #0E648B. Grayscale: #B0B0B0. Windows color (decimal): -943244 or 7642097. OLE color: 7642097.

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

Color convert

RGB241155116-
CMYK00.360.520.05
HSL18.72º81.7%70%-
HSV(B)18.72º51.87%94.51%-
XYZ51.1543.422.21-
YUV176.2793.99174.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.07%
GREEN value IS 155 (60.94% from 255) = 30.27%
BLUE value IS 116 (45.70% from 255) = 22.66%
R=47.07%
G=30.27%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115511600.360.520.0518.7281.770
HexF19B74024345135246
Octal36123316404464523122106
Binary1111000110011011111010001001001101001011001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19B74; }

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

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

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

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

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

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

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

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