#F19683

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

Shades of Dark Salmon #F19683

Tints of Dark Salmon #F19683

Color information

#F19683 (or 0xF19683) is unknown color: approx Dark Salmon. HEX triplet: F1, 96 and 83. RGB value is (241,150,131). Sum of RGB (Red+Green+Blue) = 241+150+131=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F19683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19683 is #0E697C. Grayscale: #AFAFAF. Windows color (decimal): -944509 or 8623857. OLE color: 8623857.

HSL color Cylindrical-coordinate representation of color #F19683: hue angle of 10.36º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F19683 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB241150131-
CMYK00.380.460.05
HSL10.36º79.71%72.94%-
HSV(B)10.36º45.64%94.51%-
XYZ51.2842.1526.91-
YUV175.04103.15175.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.17%
GREEN value IS 150 (58.98% from 255) = 28.74%
BLUE value IS 131 (51.56% from 255) = 25.10%
R=46.17%
G=28.74%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115013100.380.460.0510.3679.7172.94
HexF196830262E5a5049
Octal36122620304656512120111
Binary1111000110010110100000110100110101110101101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19683; }

 p { color: rgb(241,150,131); }

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

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

 a { background-color: rgb(241,150,131); }

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

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

 span { border-color: rgb(241,150,131); }

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