Html Css Color HEX #F68968 Salmon

📋 copy color: '#F68968'

red 246 ◦ green 137 ◦ blue 104

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

Shades of Salmon #F68968

Tints of Salmon #F68968

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.13%

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

R = 50.51%
G = 28.13%
B = 21.36%

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

#F68968 (or 0xF68968) is known color: Salmon. HEX triplet: F6, 89 and 68. RGB value is (246,137,104). Sum of RGB (Red+Green+Blue) = 246+137+104=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F68968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68968 is #097697. Grayscale: #A6A6A6. Windows color (decimal): -620184 or 6851062. OLE color: 6851062.

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

Color convert

RGB 246 137 104 -
CMYK 0 0.44 0.58 0.04
HSL 13.94º 0.89% 0.69% -
HSV(B) 13.94º 0.58% 0.96% -
XYZ 49.45 38.48 17.92 -
YUV 165.83 93.11 185.18 -
System Red Green Blue C M Y K H S L
Decimal 246 137 104 0 0.44 0.58 0.04 13.94 0.89 0.69
Hex F6 89 68 0 2C 3A 4 E 59 45
Octal 366 211 150 0 54 72 4 16 131 105
Binary 11110110 10001001 1101000 0 101100 111010 100 1110 1011001 1000101

Color Harmonies of #F68968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68968

Black with #F68968

Text Example


Text Example

White with #F68968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68968; }

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

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

background-color css

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

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

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

border-color css

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

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

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