Html Css Color HEX #F68675 Salmon

📋 copy color: '#F68675'

red 246 ◦ green 134 ◦ blue 117

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

Shades of Salmon #F68675

Tints of Salmon #F68675

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.96%

 BLUE value IS 117 (46.09% from 255) = 23.54%

R = 49.5%
G = 26.96%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F68675 (or 0xF68675) is known color: Salmon. HEX triplet: F6, 86 and 75. RGB value is (246,134,117). Sum of RGB (Red+Green+Blue) = 246+134+117=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F68675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68675 is #09798A. Grayscale: #A5A5A5. Windows color (decimal): -620939 or 7702262. OLE color: 7702262.

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

Color convert

RGB 246 134 117 -
CMYK 0 0.46 0.52 0.04
HSL 7.91º 0.88% 0.71% -
HSV(B) 7.91º 0.52% 0.96% -
XYZ 49.74 37.93 21.53 -
YUV 165.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 246 134 117 0 0.46 0.52 0.04 7.91 0.88 0.71
Hex F6 86 75 0 2E 34 4 8 58 47
Octal 366 206 165 0 56 64 4 10 130 107
Binary 11110110 10000110 1110101 0 101110 110100 100 1000 1011000 1000111

Color Harmonies of #F68675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68675

Black with #F68675

Text Example


Text Example

White with #F68675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68675; }

 p { color: rgb(246,134,117); }

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

background-color css

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

 a { background-color: rgb(246,134,117); }

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

border-color css

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

 span { border-color: rgb(246,134,117); }

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