Html Css Color HEX #F68177 Salmon

📋 copy color: '#F68177'

red 246 ◦ green 129 ◦ blue 119

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

Shades of Salmon #F68177

Tints of Salmon #F68177

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.11%

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

R = 49.8%
G = 26.11%
B = 24.09%

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

#F68177 (or 0xF68177) is known color: Salmon. HEX triplet: F6, 81 and 77. RGB value is (246,129,119). Sum of RGB (Red+Green+Blue) = 246+129+119=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F68177 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68177 is #097E88. Grayscale: #A3A3A3. Windows color (decimal): -622217 or 7832054. OLE color: 7832054.

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

Color convert

RGB 246 129 119 -
CMYK 0 0.48 0.52 0.04
HSL 4.72º 0.88% 0.72% -
HSV(B) 4.72º 0.52% 0.96% -
XYZ 49.19 36.63 21.93 -
YUV 162.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 246 129 119 0 0.48 0.52 0.04 4.72 0.88 0.72
Hex F6 81 77 0 30 34 4 5 58 48
Octal 366 201 167 0 60 64 4 5 130 110
Binary 11110110 10000001 1110111 0 110000 110100 100 101 1011000 1001000

Color Harmonies of #F68177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68177

Black with #F68177

Text Example


Text Example

White with #F68177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68177; }

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

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

background-color css

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

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

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

border-color css

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

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

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