#F29A7D

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

Shades of Dark Salmon #F29A7D

Tints of Dark Salmon #F29A7D

Color information

#F29A7D (or 0xF29A7D) is unknown color: approx Dark Salmon. HEX triplet: F2, 9A and 7D. RGB value is (242,154,125). Sum of RGB (Red+Green+Blue) = 242+154+125=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29A7D is #0D6582. Grayscale: #B1B1B1. Windows color (decimal): -877955 or 8231666. OLE color: 8231666.

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

Color convert

RGB242154125-
CMYK00.360.480.05
HSL14.87º81.82%71.96%-
HSV(B)14.87º48.35%94.9%-
XYZ51.8843.4725.06-
YUV177.0198.65174.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.45%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 125 (49.22% from 255) = 23.99%
R=46.45%
G=29.56%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215412500.360.480.0514.8781.8271.96
HexF29A7D024305f5248
Octal36223217504460517122110
Binary111100101001101011111010100100110000101111110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29A7D; }

 p { color: rgb(242,154,125); }

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

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

 a { background-color: rgb(242,154,125); }

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

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

 span { border-color: rgb(242,154,125); }

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