Html Css Color HEX #F1A07D Dark Salmon

📋 copy color: '#F1A07D'

red 241 ◦ green 160 ◦ blue 125

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

Shades of Dark Salmon #F1A07D

Tints of Dark Salmon #F1A07D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.42%

 BLUE value IS 125 (49.22% from 255) = 23.76%

R = 45.82%
G = 30.42%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1A07D (or 0xF1A07D) is known color: Dark Salmon. HEX triplet: F1, A0 and 7D. RGB value is (241,160,125). Sum of RGB (Red+Green+Blue) = 241+160+125=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A07D is #0E5F82. Grayscale: #B4B4B4. Windows color (decimal): -941955 or 8233201. OLE color: 8233201.

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

Color convert

RGB 241 160 125 -
CMYK 0 0.34 0.48 0.05
HSL 18.1º 0.81% 0.72% -
HSV(B) 18.1º 0.48% 0.95% -
XYZ 52.55 45.32 25.38 -
YUV 180.23 96.84 171.35 -
System Red Green Blue C M Y K H S L
Decimal 241 160 125 0 0.34 0.48 0.05 18.1 0.81 0.72
Hex F1 A0 7D 0 22 30 5 12 51 48
Octal 361 240 175 0 42 60 5 22 121 110
Binary 11110001 10100000 1111101 0 100010 110000 101 10010 1010001 1001000

Color Harmonies of #F1A07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A07D

Black with #F1A07D

Text Example


Text Example

White with #F1A07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A07D; }

 p { color: rgb(241,160,125); }

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

background-color css

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

 a { background-color: rgb(241,160,125); }

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

border-color css

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

 span { border-color: rgb(241,160,125); }

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