#F0927D

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

Shades of Dark Salmon #F0927D

Tints of Dark Salmon #F0927D

Color information

#F0927D (or 0xF0927D) is unknown color: approx Dark Salmon. HEX triplet: F0, 92 and 7D. RGB value is (240,146,125). Sum of RGB (Red+Green+Blue) = 240+146+125=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0927D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0927D is #0F6D82. Grayscale: #ABABAB. Windows color (decimal): -1011075 or 8229616. OLE color: 8229616.

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

Color convert

RGB240146125-
CMYK00.390.480.06
HSL10.96º79.31%71.57%-
HSV(B)10.96º47.92%94.12%-
XYZ49.9240.5624.6-
YUV171.71101.64176.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.97%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 125 (49.22% from 255) = 24.46%
R=46.97%
G=28.57%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014612500.390.480.0610.9679.3171.57
HexF0927D027306b4f48
Octal36022217504760613117110
Binary111100001001001011111010100111110000110101110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0927D; }

 p { color: rgb(240,146,125); }

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

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

 a { background-color: rgb(240,146,125); }

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

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

 span { border-color: rgb(240,146,125); }

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