Html Css Color HEX #F1A179 Light Salmon

📋 copy color: '#F1A179'

red 241 ◦ green 161 ◦ blue 121

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

Shades of Light Salmon #F1A179

Tints of Light Salmon #F1A179

RGB

 RED value IS 241 (94.53% from 255) = 46.08%

 GREEN value IS 161 (63.28% from 255) = 30.78%

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

R = 46.08%
G = 30.78%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F1A179 (or 0xF1A179) is known color: Light Salmon. HEX triplet: F1, A1 and 79. RGB value is (241,161,121). Sum of RGB (Red+Green+Blue) = 241+161+121=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A179 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A179 is #0E5E86. Grayscale: #B4B4B4. Windows color (decimal): -941703 or 7971313. OLE color: 7971313.

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

Color convert

RGB 241 161 121 -
CMYK 0 0.33 0.50 0.05
HSL 20º 0.81% 0.71% -
HSV(B) 20º 0.5% 0.95% -
XYZ 52.47 45.57 24.12 -
YUV 180.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 241 161 121 0 0.33 0.50 0.05 20 0.81 0.71
Hex F1 A1 79 0 21 32 5 14 51 47
Octal 361 241 171 0 41 62 5 24 121 107
Binary 11110001 10100001 1111001 0 100001 110010 101 10100 1010001 1000111

Color Harmonies of #F1A179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A179

Black with #F1A179

Text Example


Text Example

White with #F1A179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A179; }

 p { color: rgb(241,161,121); }

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

background-color css

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

 a { background-color: rgb(241,161,121); }

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

border-color css

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

 span { border-color: rgb(241,161,121); }

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