Html Css Color HEX #F29279 Dark Salmon

📋 copy color: '#F29279'

red 242 ◦ green 146 ◦ blue 121

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

Shades of Dark Salmon #F29279

Tints of Dark Salmon #F29279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.68%

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

R = 47.54%
G = 28.68%
B = 23.77%

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

#F29279 (or 0xF29279) is known color: Dark Salmon. HEX triplet: F2, 92 and 79. RGB value is (242,146,121). Sum of RGB (Red+Green+Blue) = 242+146+121=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F29279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29279 is #0D6D86. Grayscale: #ACACAC. Windows color (decimal): -880007 or 7967474. OLE color: 7967474.

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

Color convert

RGB 242 146 121 -
CMYK 0 0.40 0.50 0.05
HSL 12.4º 0.82% 0.71% -
HSV(B) 12.4º 0.5% 0.95% -
XYZ 50.35 40.82 23.31 -
YUV 171.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 242 146 121 0 0.40 0.50 0.05 12.4 0.82 0.71
Hex F2 92 79 0 28 32 5 C 52 47
Octal 362 222 171 0 50 62 5 14 122 107
Binary 11110010 10010010 1111001 0 101000 110010 101 1100 1010010 1000111

Color Harmonies of #F29279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29279

Black with #F29279

Text Example


Text Example

White with #F29279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29279; }

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

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

background-color css

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

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

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

border-color css

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

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

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