#F29E7E

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

Shades of Dark Salmon #F29E7E

Tints of Dark Salmon #F29E7E

Color information

#F29E7E (or 0xF29E7E) is unknown color: approx Dark Salmon. HEX triplet: F2, 9E and 7E. RGB value is (242,158,126). Sum of RGB (Red+Green+Blue) = 242+158+126=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29E7E is #0D6181. Grayscale: #B3B3B3. Windows color (decimal): -876930 or 8298226. OLE color: 8298226.

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

Color convert

RGB242158126-
CMYK00.350.480.05
HSL16.55º81.69%72.16%-
HSV(B)16.55º47.93%94.9%-
XYZ52.6144.8425.62-
YUV179.4797.83172.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.01%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 126 (49.61% from 255) = 23.95%
R=46.01%
G=30.04%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215812600.350.480.0516.5581.6972.16
HexF29E7E023305115248
Octal36223617604360521122110
Binary1111001010011110111111001000111100001011000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29E7E; }

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

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

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

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

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

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

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

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