Html Css Color HEX #F29079 Dark Salmon

📋 copy color: '#F29079'

red 242 ◦ green 144 ◦ blue 121

#F29079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #F29079

Tints of Dark Salmon #F29079

RGB

 RED value IS 242 (94.92% from 255) = 47.73%

 GREEN value IS 144 (56.64% from 255) = 28.4%

 BLUE value IS 121 (47.66% from 255) = 23.87%

R = 47.73%
G = 28.4%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F29079 (or 0xF29079) is known color: Dark Salmon. HEX triplet: F2, 90 and 79. RGB value is (242,144,121). Sum of RGB (Red+Green+Blue) = 242+144+121=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F29079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29079 is #0D6F86. Grayscale: #AAAAAA. Windows color (decimal): -880519 or 7966962. OLE color: 7966962.

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

Color convert

RGB 242 144 121 -
CMYK 0 0.40 0.50 0.05
HSL 11.4º 0.82% 0.71% -
HSV(B) 11.4º 0.5% 0.95% -
XYZ 50.04 40.2 23.21 -
YUV 170.68 99.97 178.87 -
System Red Green Blue C M Y K H S L
Decimal 242 144 121 0 0.40 0.50 0.05 11.4 0.82 0.71
Hex F2 90 79 0 28 32 5 B 52 47
Octal 362 220 171 0 50 62 5 13 122 107
Binary 11110010 10010000 1111001 0 101000 110010 101 1011 1010010 1000111

Color Harmonies of #F29079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29079

Black with #F29079

Text Example


Text Example

White with #F29079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29079; }

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

 H1.HeaderClassName
 {
   color: #F29079;
 }
 .AnyTagClassName
 {
   color: #F29079;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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