Html Css Color HEX #F18476 Salmon

📋 copy color: '#F18476'

red 241 ◦ green 132 ◦ blue 118

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

Shades of Salmon #F18476

Tints of Salmon #F18476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.88%

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

R = 49.08%
G = 26.88%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F18476 (or 0xF18476) is known color: Salmon. HEX triplet: F1, 84 and 76. RGB value is (241,132,118). Sum of RGB (Red+Green+Blue) = 241+132+118=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F18476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18476 is #0E7B89. Grayscale: #A3A3A3. Windows color (decimal): -949130 or 7767281. OLE color: 7767281.

HSL color Cylindrical-coordinate representation of color #F18476: hue angle of 6.83º 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 #F18476 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 132 118 -
CMYK 0 0.45 0.51 0.05
HSL 6.83º 0.81% 0.7% -
HSV(B) 6.83º 0.51% 0.95% -
XYZ 47.8 36.51 21.67 -
YUV 163 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 241 132 118 0 0.45 0.51 0.05 6.83 0.81 0.7
Hex F1 84 76 0 2D 33 5 7 51 46
Octal 361 204 166 0 55 63 5 7 121 106
Binary 11110001 10000100 1110110 0 101101 110011 101 111 1010001 1000110

Color Harmonies of #F18476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18476

Black with #F18476

Text Example


Text Example

White with #F18476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18476; }

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

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

background-color css

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

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

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

border-color css

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

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

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