#F09080

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

Shades of Dark Salmon #F09080

Tints of Dark Salmon #F09080

Color information

#F09080 (or 0xF09080) is unknown color: approx Dark Salmon. HEX triplet: F0, 90 and 80. RGB value is (240,144,128). Sum of RGB (Red+Green+Blue) = 240+144+128=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F09080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09080 is #0F6F7F. Grayscale: #ABABAB. Windows color (decimal): -1011584 or 8425712. OLE color: 8425712.

HSL color Cylindrical-coordinate representation of color #F09080: hue angle of 8.57º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F09080 is Cyan = 0, Magento = 0.4, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB240144128-
CMYK00.40.470.06
HSL8.57º78.87%72.16%-
HSV(B)8.57º46.67%94.12%-
XYZ49.840.0325.52-
YUV170.88103.8177.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.88%
GREEN value IS 144 (56.64% from 255) = 28.12%
BLUE value IS 128 (50.39% from 255) = 25%
R=46.88%
G=28.12%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014412800.40.470.068.5778.8772.16
HexF090800282F694f48
Octal36022020005057611117110
Binary1111000010010000100000000101000101111110100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09080; }

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

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

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

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

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

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

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

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