Html Css Color HEX #F68979 Salmon

📋 copy color: '#F68979'

red 246 ◦ green 137 ◦ blue 121

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

Shades of Salmon #F68979

Tints of Salmon #F68979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.01%

R = 48.81%
G = 27.18%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F68979 (or 0xF68979) is known color: Salmon. HEX triplet: F6, 89 and 79. RGB value is (246,137,121). Sum of RGB (Red+Green+Blue) = 246+137+121=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F68979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68979 is #097686. Grayscale: #A7A7A7. Windows color (decimal): -620167 or 7965174. OLE color: 7965174.

HSL color Cylindrical-coordinate representation of color #F68979: hue angle of 7.68º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F68979 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 137 121 -
CMYK 0 0.44 0.51 0.04
HSL 7.68º 0.87% 0.72% -
HSV(B) 7.68º 0.51% 0.96% -
XYZ 50.4 38.86 22.93 -
YUV 167.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 246 137 121 0 0.44 0.51 0.04 7.68 0.87 0.72
Hex F6 89 79 0 2C 33 4 8 57 48
Octal 366 211 171 0 54 63 4 10 127 110
Binary 11110110 10001001 1111001 0 101100 110011 100 1000 1010111 1001000

Color Harmonies of #F68979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68979

Black with #F68979

Text Example


Text Example

White with #F68979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68979; }

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

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

background-color css

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

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

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

border-color css

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

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

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