Html Css Color HEX #F68176 Salmon

📋 copy color: '#F68176'

red 246 ◦ green 129 ◦ blue 118

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

Shades of Salmon #F68176

Tints of Salmon #F68176

RGB

 RED value IS 246 (96.48% from 255) = 49.9%

 GREEN value IS 129 (50.78% from 255) = 26.17%

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

R = 49.9%
G = 26.17%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F68176 (or 0xF68176) is known color: Salmon. HEX triplet: F6, 81 and 76. RGB value is (246,129,118). Sum of RGB (Red+Green+Blue) = 246+129+118=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F68176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68176 is #097E89. Grayscale: #A2A2A2. Windows color (decimal): -622218 or 7766518. OLE color: 7766518.

HSL color Cylindrical-coordinate representation of color #F68176: hue angle of 5.16º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F68176 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 129 118 -
CMYK 0 0.48 0.52 0.04
HSL 5.16º 0.88% 0.71% -
HSV(B) 5.16º 0.52% 0.96% -
XYZ 49.13 36.6 21.62 -
YUV 162.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 246 129 118 0 0.48 0.52 0.04 5.16 0.88 0.71
Hex F6 81 76 0 30 34 4 5 58 47
Octal 366 201 166 0 60 64 4 5 130 107
Binary 11110110 10000001 1110110 0 110000 110100 100 101 1011000 1000111

Color Harmonies of #F68176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68176

Black with #F68176

Text Example


Text Example

White with #F68176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68176; }

 p { color: rgb(246,129,118); }

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

background-color css

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

 a { background-color: rgb(246,129,118); }

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

border-color css

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

 span { border-color: rgb(246,129,118); }

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