#F19371

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

Shades of Dark Salmon #F19371

Tints of Dark Salmon #F19371

Color information

#F19371 (or 0xF19371) is unknown color: approx Dark Salmon. HEX triplet: F1, 93 and 71. RGB value is (241,147,113). Sum of RGB (Red+Green+Blue) = 241+147+113=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F19371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19371 is #0E6C8E. Grayscale: #ABABAB. Windows color (decimal): -945295 or 7443441. OLE color: 7443441.

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

Color convert

RGB241147113-
CMYK00.390.530.05
HSL15.94º82.05%69.41%-
HSV(B)15.94º53.11%94.51%-
XYZ49.6940.7620.87-
YUV171.2395.14177.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.10%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 113 (44.53% from 255) = 22.55%
R=48.10%
G=29.34%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114711300.390.530.0515.9482.0569.41
HexF19371027355105245
Octal36122316104765520122105
Binary1111000110010011111000101001111101011011000010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19371; }

 p { color: rgb(241,147,113); }

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

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

 a { background-color: rgb(241,147,113); }

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

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

 span { border-color: rgb(241,147,113); }

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