Html Css Color HEX #F68365 Salmon

📋 copy color: '#F68365'

red 246 ◦ green 131 ◦ blue 101

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

Shades of Salmon #F68365

Tints of Salmon #F68365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.41%

 BLUE value IS 101 (39.84% from 255) = 21.13%

R = 51.46%
G = 27.41%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F68365 (or 0xF68365) is known color: Salmon. HEX triplet: F6, 83 and 65. RGB value is (246,131,101). Sum of RGB (Red+Green+Blue) = 246+131+101=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F68365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68365 is #097C9A. Grayscale: #A2A2A2. Windows color (decimal): -621723 or 6652918. OLE color: 6652918.

HSL color Cylindrical-coordinate representation of color #F68365: hue angle of 12.41º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F68365 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 131 101 -
CMYK 0 0.47 0.59 0.04
HSL 12.41º 0.89% 0.68% -
HSV(B) 12.41º 0.59% 0.96% -
XYZ 48.47 36.77 16.85 -
YUV 161.97 93.6 187.94 -
System Red Green Blue C M Y K H S L
Decimal 246 131 101 0 0.47 0.59 0.04 12.41 0.89 0.68
Hex F6 83 65 0 2F 3B 4 C 59 44
Octal 366 203 145 0 57 73 4 14 131 104
Binary 11110110 10000011 1100101 0 101111 111011 100 1100 1011001 1000100

Color Harmonies of #F68365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68365

Black with #F68365

Text Example


Text Example

White with #F68365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68365; }

 p { color: rgb(246,131,101); }

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

background-color css

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

 a { background-color: rgb(246,131,101); }

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

border-color css

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

 span { border-color: rgb(246,131,101); }

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