Html Css Color HEX #F68976 Salmon

📋 copy color: '#F68976'

red 246 ◦ green 137 ◦ blue 118

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

Shades of Salmon #F68976

Tints of Salmon #F68976

RGB

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

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

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

R = 49.1%
G = 27.35%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F68976 (or 0xF68976) is known color: Salmon. HEX triplet: F6, 89 and 76. RGB value is (246,137,118). Sum of RGB (Red+Green+Blue) = 246+137+118=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F68976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68976 is #097689. Grayscale: #A7A7A7. Windows color (decimal): -620170 or 7768566. OLE color: 7768566.

HSL color Cylindrical-coordinate representation of color #F68976: hue angle of 8.91º 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 #F68976 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 137 118 -
CMYK 0 0.44 0.52 0.04
HSL 8.91º 0.88% 0.71% -
HSV(B) 8.91º 0.52% 0.96% -
XYZ 50.22 38.79 21.98 -
YUV 167.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 246 137 118 0 0.44 0.52 0.04 8.91 0.88 0.71
Hex F6 89 76 0 2C 34 4 9 58 47
Octal 366 211 166 0 54 64 4 11 130 107
Binary 11110110 10001001 1110110 0 101100 110100 100 1001 1011000 1000111

Color Harmonies of #F68976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68976

Black with #F68976

Text Example


Text Example

White with #F68976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68976; }

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

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

background-color css

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

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

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

border-color css

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

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

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