#f29979

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

Shades of Dark Salmon #F29979

Tints of Dark Salmon #F29979

Color information

#F29979 (or 0xF29979) is unknown color: approx Dark Salmon. HEX triplet: F2, 99 and 79. RGB value is (242,153,121). Sum of RGB (Red+Green+Blue) = 242+153+121=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F29979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29979 is #0D6686. Grayscale: #B0B0B0. Windows color (decimal): -878215 or 7969266. OLE color: 7969266.

HSL color Cylindrical-coordinate representation of color #F29979: hue angle of 15.87º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F29979 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB242153121-
CMYK00.370.500.05
HSL15.87º82.31%71.18%-
HSV(B)15.87º50%94.9%-
XYZ51.4643.0423.68-
YUV175.9696.99175.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.90%
GREEN value IS 153 (60.16% from 255) = 29.65%
BLUE value IS 121 (47.66% from 255) = 23.45%
R=46.90%
G=29.65%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215312100.370.500.0515.8782.3171.18
HexF29979025325105247
Octal36223117104562520122107
Binary1111001010011001111100101001011100101011000010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f29979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f29979; }

 p { color: rgb(242,153,121); }

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

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

 a { background-color: rgb(242,153,121); }

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

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

 span { border-color: rgb(242,153,121); }

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