Html Css Color HEX #F68076 Salmon

📋 copy color: '#F68076'

red 246 ◦ green 128 ◦ blue 118

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

Shades of Salmon #F68076

Tints of Salmon #F68076

RGB

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

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

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

R = 50%
G = 26.02%
B = 23.98%

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

#F68076 (or 0xF68076) is known color: Salmon. HEX triplet: F6, 80 and 76. RGB value is (246,128,118). Sum of RGB (Red+Green+Blue) = 246+128+118=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F68076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68076 is #097F89. Grayscale: #A2A2A2. Windows color (decimal): -622474 or 7766262. OLE color: 7766262.

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

Color convert

RGB 246 128 118 -
CMYK 0 0.48 0.52 0.04
HSL 4.69º 0.88% 0.71% -
HSV(B) 4.69º 0.52% 0.96% -
XYZ 49 36.34 21.57 -
YUV 162.14 103.09 187.81 -
System Red Green Blue C M Y K H S L
Decimal 246 128 118 0 0.48 0.52 0.04 4.69 0.88 0.71
Hex F6 80 76 0 30 34 4 5 58 47
Octal 366 200 166 0 60 64 4 5 130 107
Binary 11110110 10000000 1110110 0 110000 110100 100 101 1011000 1000111

Color Harmonies of #F68076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68076

Black with #F68076

Text Example


Text Example

White with #F68076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68076; }

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

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

background-color css

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

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

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

border-color css

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

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

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