#F19080

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

Shades of Dark Salmon #F19080

Tints of Dark Salmon #F19080

Color information

#F19080 (or 0xF19080) is unknown color: approx Dark Salmon. HEX triplet: F1, 90 and 80. RGB value is (241,144,128). Sum of RGB (Red+Green+Blue) = 241+144+128=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F19080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19080 is #0E6F7F. Grayscale: #ABABAB. Windows color (decimal): -946048 or 8425713. OLE color: 8425713.

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

Color convert

RGB241144128-
CMYK00.400.470.05
HSL8.5º80.14%72.35%-
HSV(B)8.5º46.89%94.51%-
XYZ50.1540.2125.54-
YUV171.18103.64177.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 144 (56.64% from 255) = 28.07%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=46.98%
G=28.07%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114412800.400.470.058.580.1472.35
HexF190800282F585048
Octal36122020005057510120110
Binary1111000110010000100000000101000101111101100010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19080; }

 p { color: rgb(241,144,128); }

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

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

 a { background-color: rgb(241,144,128); }

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

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

 span { border-color: rgb(241,144,128); }

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