Html Css Color HEX #F68977 Salmon

📋 copy color: '#F68977'

red 246 ◦ green 137 ◦ blue 119

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

Shades of Salmon #F68977

Tints of Salmon #F68977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.71%

R = 49%
G = 27.29%
B = 23.71%

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

#F68977 (or 0xF68977) is known color: Salmon. HEX triplet: F6, 89 and 77. RGB value is (246,137,119). Sum of RGB (Red+Green+Blue) = 246+137+119=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F68977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68977 is #097688. Grayscale: #A7A7A7. Windows color (decimal): -620169 or 7834102. OLE color: 7834102.

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

Color convert

RGB 246 137 119 -
CMYK 0 0.44 0.52 0.04
HSL 8.5º 0.88% 0.72% -
HSV(B) 8.5º 0.52% 0.96% -
XYZ 50.28 38.82 22.29 -
YUV 167.54 100.61 183.96 -
System Red Green Blue C M Y K H S L
Decimal 246 137 119 0 0.44 0.52 0.04 8.5 0.88 0.72
Hex F6 89 77 0 2C 34 4 9 58 48
Octal 366 211 167 0 54 64 4 11 130 110
Binary 11110110 10001001 1110111 0 101100 110100 100 1001 1011000 1001000

Color Harmonies of #F68977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68977

Black with #F68977

Text Example


Text Example

White with #F68977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68977; }

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

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

background-color css

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

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

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

border-color css

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

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

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