Html Css Color HEX #F68A68 Salmon

📋 copy color: '#F68A68'

red 246 ◦ green 138 ◦ blue 104

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

Shades of Salmon #F68A68

Tints of Salmon #F68A68

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.28%

 BLUE value IS 104 (41.02% from 255) = 21.31%

R = 50.41%
G = 28.28%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F68A68 (or 0xF68A68) is known color: Salmon. HEX triplet: F6, 8A and 68. RGB value is (246,138,104). Sum of RGB (Red+Green+Blue) = 246+138+104=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68A68 is #097597. Grayscale: #A6A6A6. Windows color (decimal): -619928 or 6851318. OLE color: 6851318.

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

Color convert

RGB 246 138 104 -
CMYK 0 0.44 0.58 0.04
HSL 14.37º 0.89% 0.69% -
HSV(B) 14.37º 0.58% 0.96% -
XYZ 49.59 38.77 17.97 -
YUV 166.42 92.78 184.76 -
System Red Green Blue C M Y K H S L
Decimal 246 138 104 0 0.44 0.58 0.04 14.37 0.89 0.69
Hex F6 8A 68 0 2C 3A 4 E 59 45
Octal 366 212 150 0 54 72 4 16 131 105
Binary 11110110 10001010 1101000 0 101100 111010 100 1110 1011001 1000101

Color Harmonies of #F68A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68A68

Black with #F68A68

Text Example


Text Example

White with #F68A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68A68; }

 p { color: rgb(246,138,104); }

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

background-color css

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

 a { background-color: rgb(246,138,104); }

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

border-color css

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

 span { border-color: rgb(246,138,104); }

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