Html Css Color HEX #F18077 Salmon

📋 copy color: '#F18077'

red 241 ◦ green 128 ◦ blue 119

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

Shades of Salmon #F18077

Tints of Salmon #F18077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.23%

 BLUE value IS 119 (46.88% from 255) = 24.39%

R = 49.39%
G = 26.23%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F18077 (or 0xF18077) is known color: Salmon. HEX triplet: F1, 80 and 77. RGB value is (241,128,119). Sum of RGB (Red+Green+Blue) = 241+128+119=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F18077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18077 is #0E7F88. Grayscale: #A0A0A0. Windows color (decimal): -950153 or 7831793. OLE color: 7831793.

HSL color Cylindrical-coordinate representation of color #F18077: hue angle of 4.43º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F18077 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 128 119 -
CMYK 0 0.47 0.51 0.05
HSL 4.43º 0.81% 0.71% -
HSV(B) 4.43º 0.51% 0.95% -
XYZ 47.32 35.47 21.81 -
YUV 160.76 104.44 185.23 -
System Red Green Blue C M Y K H S L
Decimal 241 128 119 0 0.47 0.51 0.05 4.43 0.81 0.71
Hex F1 80 77 0 2F 33 5 4 51 47
Octal 361 200 167 0 57 63 5 4 121 107
Binary 11110001 10000000 1110111 0 101111 110011 101 100 1010001 1000111

Color Harmonies of #F18077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18077

Black with #F18077

Text Example


Text Example

White with #F18077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18077; }

 p { color: rgb(241,128,119); }

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

background-color css

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

 a { background-color: rgb(241,128,119); }

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

border-color css

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

 span { border-color: rgb(241,128,119); }

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