Html Css Color HEX #F68077 Salmon

📋 copy color: '#F68077'

red 246 ◦ green 128 ◦ blue 119

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

Shades of Salmon #F68077

Tints of Salmon #F68077

RGB

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

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

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

R = 49.9%
G = 25.96%
B = 24.14%

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

#F68077 (or 0xF68077) is known color: Salmon. HEX triplet: F6, 80 and 77. RGB value is (246,128,119). Sum of RGB (Red+Green+Blue) = 246+128+119=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F68077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68077 is #097F88. Grayscale: #A2A2A2. Windows color (decimal): -622473 or 7831798. OLE color: 7831798.

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

Color convert

RGB 246 128 119 -
CMYK 0 0.48 0.52 0.04
HSL 4.25º 0.88% 0.72% -
HSV(B) 4.25º 0.52% 0.96% -
XYZ 49.05 36.36 21.89 -
YUV 162.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 246 128 119 0 0.48 0.52 0.04 4.25 0.88 0.72
Hex F6 80 77 0 30 34 4 4 58 48
Octal 366 200 167 0 60 64 4 4 130 110
Binary 11110110 10000000 1110111 0 110000 110100 100 100 1011000 1001000

Color Harmonies of #F68077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68077

Black with #F68077

Text Example


Text Example

White with #F68077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68077; }

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

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

background-color css

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

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

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

border-color css

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

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

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