#F19E7E

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

Shades of Dark Salmon #F19E7E

Tints of Dark Salmon #F19E7E

Color information

#F19E7E (or 0xF19E7E) is unknown color: approx Dark Salmon. HEX triplet: F1, 9E and 7E. RGB value is (241,158,126). Sum of RGB (Red+Green+Blue) = 241+158+126=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19E7E is #0E6181. Grayscale: #B3B3B3. Windows color (decimal): -942466 or 8298225. OLE color: 8298225.

HSL color Cylindrical-coordinate representation of color #F19E7E: hue angle of 16.7º degrees, saturation: 0.8, 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 #F19E7E is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB241158126-
CMYK00.340.480.05
HSL16.7º80.42%71.96%-
HSV(B)16.7º47.72%94.51%-
XYZ52.2744.6625.6-
YUV179.1798172.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.90%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 126 (49.61% from 255) = 24%
R=45.90%
G=30.10%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115812600.340.480.0516.780.4271.96
HexF19E7E022305115048
Octal36123617604260521120110
Binary1111000110011110111111001000101100001011000110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19E7E; }

 p { color: rgb(241,158,126); }

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

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

 a { background-color: rgb(241,158,126); }

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

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

 span { border-color: rgb(241,158,126); }

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