Html Css Color HEX #F18076 Salmon

📋 copy color: '#F18076'

red 241 ◦ green 128 ◦ blue 118

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

Shades of Salmon #F18076

Tints of Salmon #F18076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.23%

R = 49.49%
G = 26.28%
B = 24.23%

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

#F18076 (or 0xF18076) is known color: Salmon. HEX triplet: F1, 80 and 76. RGB value is (241,128,118). Sum of RGB (Red+Green+Blue) = 241+128+118=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F18076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18076 is #0E7F89. Grayscale: #A0A0A0. Windows color (decimal): -950154 or 7766257. OLE color: 7766257.

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

Color convert

RGB 241 128 118 -
CMYK 0 0.47 0.51 0.05
HSL 4.88º 0.81% 0.7% -
HSV(B) 4.88º 0.51% 0.95% -
XYZ 47.26 35.45 21.49 -
YUV 160.65 103.94 185.31 -
System Red Green Blue C M Y K H S L
Decimal 241 128 118 0 0.47 0.51 0.05 4.88 0.81 0.7
Hex F1 80 76 0 2F 33 5 5 51 46
Octal 361 200 166 0 57 63 5 5 121 106
Binary 11110001 10000000 1110110 0 101111 110011 101 101 1010001 1000110

Color Harmonies of #F18076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18076

Black with #F18076

Text Example


Text Example

White with #F18076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18076; }

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

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

background-color css

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

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

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

border-color css

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

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

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