Html Css Color HEX #F18976 Salmon

📋 copy color: '#F18976'

red 241 ◦ green 137 ◦ blue 118

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

Shades of Salmon #F18976

Tints of Salmon #F18976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.62%

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

R = 48.59%
G = 27.62%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F18976 (or 0xF18976) is known color: Salmon. HEX triplet: F1, 89 and 76. RGB value is (241,137,118). Sum of RGB (Red+Green+Blue) = 241+137+118=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F18976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18976 is #0E7689. Grayscale: #A6A6A6. Windows color (decimal): -947850 or 7768561. OLE color: 7768561.

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

Color convert

RGB 241 137 118 -
CMYK 0 0.43 0.51 0.05
HSL 9.27º 0.81% 0.7% -
HSV(B) 9.27º 0.51% 0.95% -
XYZ 48.49 37.9 21.9 -
YUV 165.93 100.96 181.54 -
System Red Green Blue C M Y K H S L
Decimal 241 137 118 0 0.43 0.51 0.05 9.27 0.81 0.7
Hex F1 89 76 0 2B 33 5 9 51 46
Octal 361 211 166 0 53 63 5 11 121 106
Binary 11110001 10001001 1110110 0 101011 110011 101 1001 1010001 1000110

Color Harmonies of #F18976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18976

Black with #F18976

Text Example


Text Example

White with #F18976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18976; }

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

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

background-color css

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

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

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

border-color css

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

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

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